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

Packages that use SimpleFeatureCollectionType
org.opengis.feature.simple   
 

Uses of SimpleFeatureCollectionType in org.opengis.feature.simple
 

Methods in org.opengis.feature.simple that return SimpleFeatureCollectionType
 SimpleFeatureCollectionType SimpleTypeFactory.createSimpleFeatureCollectionType(Name name, SimpleFeatureType member, InternationalString description)
          Create a SimpleFeatureType describing a Feature containing only directly bound attributes with no multiplicity.
 SimpleFeatureCollectionType SimpleFeatureCollection.getFeatureCollectionType()
          This is the same as getType(), this method is used for Java 1.4 applications.
 SimpleFeatureCollectionType SimpleFeatureCollection.getType()
          Restricted to SimpleFeatureCollectionType.
 

Methods in org.opengis.feature.simple with parameters of type SimpleFeatureCollectionType
 SimpleFeatureCollection SimpleFeatureFactory.createSimpleFeatureCollection(SimpleFeatureCollectionType type, String id)
          Createsa a new simple feature collection.
 



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