Uses of Interface
org.opengis.feature.GeometryAttribute

Packages that use GeometryAttribute
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple   
 

Uses of GeometryAttribute in org.opengis.feature
 

Methods in org.opengis.feature that return GeometryAttribute
 GeometryAttribute FeatureFactory.createGeometryAttribute(Object geometry, AttributeDescriptor desc, String id, CoordinateReferenceSystem crs)
          Creates a new geometry attribute (always nested).
 GeometryAttribute Feature.getDefaultGeometry()
           
 

Methods in org.opengis.feature with parameters of type GeometryAttribute
 void Feature.setDefaultGeometry(GeometryAttribute geometryAttribute)
          Sets the default geometry attribute.
 

Uses of GeometryAttribute in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return GeometryAttribute
 GeometryAttribute SimpleFeatureFactory.createGeometryAttribute(Object value, AttributeDescriptor desc, String id, CoordinateReferenceSystem crs)
          Creates a new geometry attribute (always nested).
 



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