|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.demo.FeatureTypeExample
public class FeatureTypeExample
You may of noticed that the use of DataUtilities.createType in the Csv2Shape was a bit of a hack.
Here is why we only use the createType method in examples and test cases:
Constructor Summary | |
---|---|
FeatureTypeExample()
|
Method Summary | |
---|---|
org.opengis.feature.simple.SimpleFeature |
createUsingBuilder()
In GeoTools 2.5 we will switch to using the GeoAPI SimpleFeatureTypeFactory interface for the "raw" create methods (a task made easier with a "builder" as documented here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureTypeExample()
Method Detail |
---|
public org.opengis.feature.simple.SimpleFeature createUsingBuilder()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |