Uses of Interface
org.geotools.feature.PrimativeAttributeType

Packages that use PrimativeAttributeType
org.geotools.feature   
org.geotools.feature.type   
 

Uses of PrimativeAttributeType in org.geotools.feature
 

Subinterfaces of PrimativeAttributeType in org.geotools.feature
 interface FeatureAttributeType
          A FeatureType aware Feature AttributeType.
 interface GeometryAttributeType
          A CoordianteSystem aware Geometry AttributeType.
 

Uses of PrimativeAttributeType in org.geotools.feature.type
 

Classes in org.geotools.feature.type that implement PrimativeAttributeType
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
 class NumericAttributeType
          Class that represents a Numeric.
 class TemporalAttributeType
          A Default class that represents a Temporal attribute.
 class TextualAttributeType
           
 



Copyright © GeoTools. All Rights Reserved.