Uses of Interface
org.opengis.feature.simple.SimpleFeatureType

Packages that use SimpleFeatureType
org.opengis.feature Representation a features on a map. 
org.opengis.feature.simple Profile of the general ISO 19107 feature model built around the idea of a simple feature composed of a list of values. 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
 

Uses of SimpleFeatureType in org.opengis.feature
 

Methods in org.opengis.feature with parameters of type SimpleFeatureType
 SimpleFeature FeatureFactory.createSimpleFeature(Object[] array, SimpleFeatureType type, String id)
          Create a SimpleFeature from an array of objects.
 

Uses of SimpleFeatureType in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return SimpleFeatureType
 SimpleFeatureType SimpleFeature.getFeatureType()
          The type of the feature.
 SimpleFeatureType SimpleFeature.getType()
          Override and type narrow to SimpleFeatureType.
 

Uses of SimpleFeatureType in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return SimpleFeatureType
 SimpleFeatureType FeatureTypeFactory.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a simple feature type.
 



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