Package org.vast.data
Class AbstractSWEImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
- All Implemented Interfaces:
Serializable,AbstractSWE
- Direct Known Subclasses:
AbstractEncodingImpl,AbstractModesImpl,AbstractSettingsImpl,AbstractSWEIdentifiableImpl,AllowedGeomsImpl,AllowedTimesImpl,AllowedTokensImpl,AllowedValuesImpl,BinaryBlockImpl,BinaryComponentImpl,NilValuesImpl,TermImpl
POJO class for XML type AbstractSWEType(@http://www.opengis.net/swe/2.0).
This is a complex type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtension(Object extension) Adds a new extension propertyprotected voidcopyTo(AbstractSWEImpl other) Gets the list of extension propertiesgetId()Gets the id propertyintReturns number of extension propertiesbooleanisSetId()Checks if id is setvoidSets the id property
-
Field Details
-
extensionList
-
id
-
-
Constructor Details
-
AbstractSWEImpl
public AbstractSWEImpl()
-
-
Method Details
-
copyTo
-
getExtensionList
Gets the list of extension properties- Specified by:
getExtensionListin interfaceAbstractSWE
-
getNumExtensions
public int getNumExtensions()Returns number of extension properties- Specified by:
getNumExtensionsin interfaceAbstractSWE
-
addExtension
Adds a new extension property- Specified by:
addExtensionin interfaceAbstractSWE
-
getId
Gets the id property- Specified by:
getIdin interfaceAbstractSWE
-
isSetId
public boolean isSetId()Checks if id is set- Specified by:
isSetIdin interfaceAbstractSWE
-
setId
Sets the id property- Specified by:
setIdin interfaceAbstractSWE
-