Package net.opengis.swe.v20
Interface AllowedGeoms
- All Superinterfaces:
 AbstractSWE,DataConstraint,HasCopy,Serializable
- All Known Implementing Classes:
 AllowedGeomsImpl
POJO class for XML type AllowedGeometryType(@http://www.opengis.net/swe/2.0).
 This is a complex type.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGeomType(GeometryData.GeomType value) Adds a new geometry typeGets the list of allowed geometry typesintReturns number of allowed geometry typesMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId 
- 
Method Details
- 
getGeomList
List<GeometryData.GeomType> getGeomList()Gets the list of allowed geometry types - 
getNumGeomTypes
int getNumGeomTypes()Returns number of allowed geometry types - 
addGeomType
Adds a new geometry type 
 -