|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleFeatureCollectionType
Extension of FeatureCollectionType for a simple collection.
Maintains the following properties:
getMemberTypes().size() == 1 getType().getAttribute().isEmpty() getSuper() == null
Method Summary | |
---|---|
Set<AssociationDescriptor> |
getMembers()
Returned set describing a single allowed SimpleFeatureType. |
SimpleFeatureType |
getMemberType()
Returns the single feature of allowed members of the collection. |
Set<SimpleFeature> |
getMemberTypes()
Singleton set, use getMemberType() |
Methods inherited from interface SimpleFeatureType |
---|
associations, attributes, getAttribute, getAttribute, getAttributeCount, getAttributes, getDefaultGeometryType, getProperties, getSuper, getType, getType, getTypes, indexOf |
Methods inherited from interface FeatureType |
---|
getCRS, getDefaultGeometry |
Methods inherited from interface ComplexType |
---|
getBinding, isInline |
Methods inherited from interface AttributeType |
---|
getOperations, getRestrictions, isAbstract, isIdentified |
Methods inherited from interface PropertyType |
---|
equals, getDescription, getName, getUserData, hashCode, putUserData |
Method Detail |
---|
SimpleFeatureType getMemberType()
Set<AssociationDescriptor> getMembers()
The SimpleFeatureType used by this association descriptor is available via getMemberType();
getMembers
in interface FeatureCollectionType
Set<SimpleFeature> getMemberTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |