Michael, I have some trouble understanding the source
when I open my shapefile and choose an area with info tools it contains code
and name of the region
when I read MapDisplayLab.java I think when using "select" feature we read
the position of the area to void selectFeatures. I don't get it using which
variable to access the name and code of the area. can you explain it to me??

filter = ff.contains(ff.property(geometryAttributeName), ff.literal(point));
what is ff in the code above??

and can you explain to me what is this code for
FeatureCollection<SimpleFeatureType, SimpleFeature> selectedFeatures =
                    featureSource.getFeatures(filter);

            FeatureIterator<SimpleFeature> iter =
selectedFeatures.features();
            Set<FeatureId> IDs = new HashSet<FeatureId>();

sorry, if I troubling you. thank you

Darmawan


mbedward wrote:
> 
> 2009/10/4 dadar wrote:
>>
>> okay. I'll try to study the class first. can I ask to you if I have some
>> trouble with the source that I don't understand??
>>
> 
> Yes - please study the examples first and refer back to them as you
> write your own code. You will find that they answer a lot of your
> questions. Once you have done that you are, of course, welcome to come
> back to the list for explanation or advice about the GeoTools-related
> parts of your code.
> 
> Hope this helps.
> 
> Michael
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Geotools-gt2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Re-pom-file-tp3758856p3763218.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to