Package net.opengis.swe.v20
Interface AbstractSWE
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AbstractMetadataList
,AbstractModes
,AbstractSettings
,AbstractSWEIdentifiable
,AllowedGeoms
,AllowedTimes
,AllowedTokens
,AllowedValues
,BinaryBlock
,BinaryComponent
,BinaryEncoding
,BlockComponent
,Boolean
,CapabilityList
,Category
,CategoryOrRange
,CategoryRange
,CharacteristicList
,ClassifierList
,ContactList
,Count
,CountOrRange
,CountRange
,DataArray
,DataChoice
,DataComponent
,DataEncoding
,DataInterface
,DataRecord
,DataStream
,DocumentList
,Event
,EventList
,FeatureList
,GeometryData
,IdentifierList
,JSONEncoding
,KeywordList
,Matrix
,ModeChoice
,NilValues
,ObservableProperty
,ProcessMethod
,Quantity
,QuantityOrRange
,QuantityRange
,RangeComponent
,ScalarComponent
,Settings
,SimpleComponent
,SpatialFrame
,TemporalFrame
,Term
,Text
,TextEncoding
,Time
,TimeOrRange
,TimeRange
,Vector
,XMLEncoding
- All Known Implementing Classes:
AbstractArrayImpl
,AbstractDataComponentImpl
,AbstractEncodingImpl
,AbstractMetadataListImpl
,AbstractModesImpl
,AbstractRangeComponentImpl
,AbstractRecordImpl
,AbstractSettingsImpl
,AbstractSimpleComponentImpl
,AbstractSWEIdentifiableImpl
,AbstractSWEImpl
,AllowedGeomsImpl
,AllowedTimesImpl
,AllowedTokensImpl
,AllowedValuesImpl
,BinaryBlockImpl
,BinaryComponentImpl
,BinaryEncodingImpl
,BooleanImpl
,CapabilityListImpl
,CategoryImpl
,CategoryRangeImpl
,CharacteristicListImpl
,ClassifierListImpl
,ContactListImpl
,CountImpl
,CountRangeImpl
,DataArrayImpl
,DataChoiceImpl
,DataInterfaceImpl
,DataList
,DataRecordImpl
,DataStreamImpl
,DataValue
,DocumentListImpl
,EventImpl
,EventListImpl
,FeatureListImpl
,GeometryDataImpl
,IdentifierListImpl
,JSONEncodingImpl
,KeywordListImpl
,MatrixImpl
,ModeChoiceImpl
,NilValuesImpl
,ObservablePropertyImpl
,ProcessMethodImpl
,QuantityImpl
,QuantityRangeImpl
,SettingsImpl
,SpatialFrameImpl
,SWEData
,TemporalFrameImpl
,TermImpl
,TextEncodingImpl
,TextImpl
,TimeImpl
,TimeRangeImpl
,VectorImpl
,XMLEncodingImpl
POJO class for XML type AbstractSWEType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtension
(Object extension) Adds a new extension propertyGets the list of extension propertiesgetId()
Gets the id propertyint
Returns number of extension propertiesboolean
isSetId()
Checks if id is setvoid
Sets the id property
-
Method Details
-
getExtensionList
Gets the list of extension properties -
getNumExtensions
int getNumExtensions()Returns number of extension properties -
addExtension
Adds a new extension property -
getId
String getId()Gets the id property -
isSetId
boolean isSetId()Checks if id is set -
setId
Sets the id property
-