Uses of Interface
org.geotools.feature.GeometryAttributeType

Packages that use GeometryAttributeType
org.geotools.data.arcsde DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.  
org.geotools.data.vpf   
org.geotools.data.vpf.file   
org.geotools.feature   
org.geotools.feature.type   
 

Uses of GeometryAttributeType in org.geotools.data.arcsde
 

Methods in org.geotools.data.arcsde with parameters of type GeometryAttributeType
static int ArcSDEAdapter.guessShapeTypes(GeometryAttributeType attribute)
          DOCUMENT ME!
 

Uses of GeometryAttributeType in org.geotools.data.vpf
 

Methods in org.geotools.data.vpf that return GeometryAttributeType
 GeometryAttributeType VPFColumn.getGeometryAttributeType()
          Identifies and returns the GeometryAttributeType, or null if none exists.
 GeometryAttributeType VPFFeatureClass.getDefaultGeometry()
           
 GeometryAttributeType VPFFeatureType.getDefaultGeometry()
           
 

Uses of GeometryAttributeType in org.geotools.data.vpf.file
 

Methods in org.geotools.data.vpf.file that return GeometryAttributeType
 GeometryAttributeType VPFFile.getDefaultGeometry()
           
 

Uses of GeometryAttributeType in org.geotools.feature
 

Methods in org.geotools.feature that return GeometryAttributeType
 GeometryAttributeType DefaultFeatureType.getDefaultGeometry()
          Gets the default geometry AttributeType.
 GeometryAttributeType FeatureTypeBuilder.getDefaultGeometry()
          Return the AttributeType currently used as the defaultGeometry property for the FeatureType this factory will create.
 GeometryAttributeType FeatureType.getDefaultGeometry()
          Gets the default geometry AttributeType.
 

Methods in org.geotools.feature with parameters of type GeometryAttributeType
static FeatureType FeatureTypeFactory.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          Deprecated. The most specific way to create a new FeatureType.
static FeatureType FeatureTypes.newFeatureType(AttributeType[] types, java.lang.String name, java.net.URI ns, boolean isAbstract, FeatureType[] superTypes, GeometryAttributeType defaultGeometry)
          The most specific way to create a new FeatureType.
 void FeatureTypeBuilder.setDefaultGeometry(GeometryAttributeType defaultGeometry)
          Sets the defaultGeometry of this factory.
 

Constructors in org.geotools.feature with parameters of type GeometryAttributeType
SimpleFeatureType(java.lang.String typeName, java.lang.String namespace, java.util.Collection types, java.util.Collection superTypes, GeometryAttributeType defaultGeom)
          Deprecated. use SimpleFeatureType(String,URI,Collection,Collection,GeometryAttributeType)
SimpleFeatureType(java.lang.String typeName, java.net.URI namespace, java.util.Collection types, java.util.Collection superTypes, GeometryAttributeType defaultGeom)
          Constructs a new SimpleFeatureType.
DefaultFeatureType(java.lang.String typeName, java.lang.String namespace, java.util.Collection types, java.util.Collection superTypes, GeometryAttributeType defaultGeom)
           
DefaultFeatureType(java.lang.String typeName, java.net.URI namespace, java.util.Collection types, java.util.Collection superTypes, GeometryAttributeType defaultGeom)
          Constructs a new DefaultFeatureType.
 

Uses of GeometryAttributeType in org.geotools.feature.type
 

Classes in org.geotools.feature.type that implement GeometryAttributeType
static class ChoiceAttributeType.Geometric
          A special class that is made so a Choice can serve as the Default Geometry in a FeatureType, by implementing GeometryAttributeType.
 class GeometricAttributeType
          Provides ...TODO summary sentence TODO Description Example Use: GeometryAttributeType x = new GeometryAttributeType( ... ); TODO code example
 

Constructors in org.geotools.feature.type with parameters of type GeometryAttributeType
ChoiceAttributeType.Geometric(java.lang.String name, int min, int max, GeometryAttributeType[] children, Filter restriction)
           
ChoiceAttributeType.Geometric(java.lang.String name, GeometryAttributeType[] children)
           
 



Copyright © GeoTools. All Rights Reserved.