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

Packages that use SimpleFeatureType
org.opengis.feature.simple   
 

Uses of SimpleFeatureType in org.opengis.feature.simple
 

Subinterfaces of SimpleFeatureType in org.opengis.feature.simple
 interface SimpleFeatureCollectionType
          Extension of FeatureCollectionType for a simple collection.
 

Methods in org.opengis.feature.simple that return SimpleFeatureType
 SimpleFeatureType SimpleTypeFactory.createSimpleFeatureType(Name name, List<AttributeType> types, AttributeDescriptor defaultGeometry, CoordinateReferenceSystem crs, Set<Filter> restrictions, InternationalString description)
          Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity.
 SimpleFeatureType SimpleFeatureCollectionType.getMemberType()
          Returns the single feature of allowed members of the collection.
 SimpleFeatureType SimpleFeatureCollection.getMemberType()
          Returns the single feature of allowed members of the collection.
 SimpleFeatureType SimpleFeatureType.getSuper()
          Must be null for truly simple content.
 SimpleFeatureType SimpleFeature.getType()
          Restricted to SimpleFeatureType This restriction enabled client code to confidently assume that each attribute occurs in the perscribed order and that no super types are used.
 

Methods in org.opengis.feature.simple with parameters of type SimpleFeatureType
 SimpleFeature SimpleFeatureFactory.createSimpleFeature(List attributes, SimpleFeatureType type, String id)
          Creates a new simple feature.
 SimpleFeatureCollectionType SimpleTypeFactory.createSimpleFeatureCollectionType(Name name, SimpleFeatureType member, InternationalString description)
          Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity.
 



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