|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureCollectionType | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.feature.simple | |
org.opengis.feature.type | Captures the generic feature model from ISO 19109 with allowances for usability. |
Uses of FeatureCollectionType in org.opengis.feature |
---|
Methods in org.opengis.feature that return FeatureCollectionType | |
---|---|
FeatureCollectionType |
FeatureCollection.getType()
Restricted to return a FeatureCollectionType. |
Methods in org.opengis.feature with parameters of type FeatureCollectionType | |
---|---|
FeatureCollection |
FeatureFactory.createFeatureCollection(Collection<Property> value,
FeatureCollectionType type,
String id)
Create a new feature collection based on type (not nested). |
void |
FeatureVisitor.init(FeatureCollectionType collection)
Called before accepting Features to allow the calculation to set up any state required. |
Uses of FeatureCollectionType in org.opengis.feature.simple |
---|
Subinterfaces of FeatureCollectionType in org.opengis.feature.simple | |
---|---|
interface |
SimpleFeatureCollectionType
Extension of FeatureCollectionType for a simple collection. |
Uses of FeatureCollectionType in org.opengis.feature.type |
---|
Methods in org.opengis.feature.type that return FeatureCollectionType | |
---|---|
FeatureCollectionType |
TypeFactory.createFeatureCollectionType(Name name,
Collection<StructuralDescriptor> schema,
Collection<AssociationDescriptor> members,
AttributeDescriptor defaultGeom,
CoordinateReferenceSystem crs,
boolean isAbstract,
Set<Filter> restrictions,
AttributeType superType,
InternationalString description)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |