Uses of Interface
org.opengis.feature.type.PropertyType

Packages that use PropertyType
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
org.opengis.feature.type Captures the generic feature model from ISO 19109 with allowances for usability. 
 

Uses of PropertyType in org.opengis.feature
 

Methods in org.opengis.feature that return PropertyType
 PropertyType Property.getType()
          Indicate the PropertyType, if we have a descriptor it will be in agreement.
 

Uses of PropertyType in org.opengis.feature.simple
 

Subinterfaces of PropertyType in org.opengis.feature.simple
 interface SimpleFeatureCollectionType
          Extension of FeatureCollectionType for a simple collection.
 interface SimpleFeatureType
          Defines a simple feature model of attribute in a prescribed order.
 

Uses of PropertyType in org.opengis.feature.type
 

Subinterfaces of PropertyType in org.opengis.feature.type
 interface AssociationType
          Association information, immutable.
 interface AttributeType
          Declaration of attribute type.
 interface ComplexType
          Represents an AttirbuteType with interesting internal structure made available as properties.
 interface FeatureCollectionType
          Represents a FeatureCollection The following restrictions are used: C is the Collection of Attributes for the FeatureCollection itself, these usually are derrived from the members (ie.
 interface FeatureType
          Describes the contents of a Feature, basically a ComplexType with at least a Geometry and CRS.
 interface GeometryType
          Represents (explicitly) the binding of an AttributeType to Geometry information.
 interface OperationType
          Operation information, immutable.
 

Methods in org.opengis.feature.type that return PropertyType
 PropertyType PropertyType.getSuper()
          Access to super type information.
 PropertyType PropertyDescriptor.type()
          Convenience method for getting at the type of the descriptor.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.