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

Packages that use GeometryType
org.opengis.feature Representation a features on a map. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of GeometryType in org.opengis.feature
 

Methods in org.opengis.feature that return GeometryType
 GeometryType GeometryAttribute.getType()
          Override and type narrow to GeometryType.
 

Uses of GeometryType in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return GeometryType
 GeometryType FeatureTypeFactory.createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a geometric attribute type.
 GeometryType GeometryDescriptor.getType()
          Override of AttributeDescriptor.getType() which type narrows to GeometryType.
 

Methods in org.opengis.feature.type with parameters of type GeometryType
 GeometryDescriptor FeatureTypeFactory.createGeometryDescriptor(GeometryType type, Name name, int minOccurs, int maxOccurs, boolean isNillable, Object defaultValue)
          Creates a geometry descriptor.
 



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