when i have add this dependancy 

 <dependency>
  <groupId>org.geotools</groupId>
 <artifactId>gt2-tile</artifactId>
 <version>2.5-M1</version>
 </dependency>

this have added automaticaly the dependancy gt2-api-2.5-M1.jar  which have 
helped with these class:

 org.geotools.feature.AttributeType;
 org.geotools.feature.AttributeTypeFactory;
 org.geotools.feature.Feature;
 org.geotools.feature.FeatureTypeFactory;

the methods are:

org.geotools.feature.AttributeTypeFactory.newAttributeType(String,Class,Boolean);

org.geotools.feature.FeatureType lineType 
FeatureTypeFactory.newFeatureType(AttributeType[],String);

the attribut

 org.geotools.feature.AttributeType;

thank you for your help. I don't see these methods or attibut in the others 
packages.


Ndefo Kamgne Arnauld

Cité Ettayour,Immeuble Bolbol 1,Appartement A2,Ariana

0021624249357




      
------------------------------------------------------------------------------

_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to