Sender: |
|
Date: |
Sun, 24 Aug 2014 19:54:44 +0200 |
Reply-To: |
|
Subject: |
|
MIME-Version: |
1.0 |
Content-Transfer-Encoding: |
8bit |
In-Reply-To: |
|
Content-Type: |
text/plain; charset=UTF-8 |
From: |
|
Parts/Attachments: |
|
|
Hi Sean,
Compiling in the command results in a different output, but still the
removeGeometry method is raising an error:
BasicSim.java:49: error: cannot find symbol
spaceWanderer.removeGeometry(anim);
^
symbol: method removeGeometry(MasonGeometry)
location: variable spaceWanderer of type GeomVectorField
1 error
I am using OpenJDK on this system; will give a try with Oracle 8 and
report back.
Thank you,
Luís
On 23 August 2014 20:09, Sean Luke <[log in to unmask]> wrote:
> I got no idea. The SVN repository version of GeoMASON (which I checked) has both of these methods. What if you build without Eclipse, but just using javac?
>
> Sean
>
> On Aug 23, 2014, at 1:57 PM, Luís de Sousa <[log in to unmask]> wrote:
>
>> Dear all,
>>
>> I am trying to run some of my sample models against MASON 18. I am
>> doing it on a fresh system with Eclipse Kepler and referencing the
>> jars for MASON/GeoMASON/JTS.
>>
>> Classes reliant solely on MASON are compiling, but there are two
>> methods in GeoMASON classes that are not being found. The error
>> messages:
>>
>> "The method removeGeometry(MasonGeometry) is undefined for the type
>> GeomVectorField"
>>
>> "The method updateSpatialIndex() is undefined for the type GeomVectorField"
>>
>> I have tried to compile these models against the GeoMASON 1.4 and 1.1
>> jars, but I always get the same errors. On the development environment
>> I reference the source code and all goes well.
>>
>> Any hints on what may be causing this?
>>
>> Thank you,
>>
>> Luís
|
|
|