Package org.vast.data
Class NilValuesImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.NilValuesImpl
- All Implemented Interfaces:
Serializable
,HasCopy
,AbstractSWE
,NilValues
POJO class for XML type NilValuesType(@http://www.opengis.net/swe/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNilValue
(NilValue nilValue) Adds a new nilValue propertycopy()
Gets the list of nilValue propertiesint
Returns number of nilValue propertiesMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Field Details
-
nilValueList
-
-
Constructor Details
-
NilValuesImpl
public NilValuesImpl()
-
-
Method Details
-
copy
-
getNilValueList
Gets the list of nilValue properties- Specified by:
getNilValueList
in interfaceNilValues
-
getNumNilValues
public int getNumNilValues()Returns number of nilValue properties- Specified by:
getNumNilValues
in interfaceNilValues
-
addNilValue
Adds a new nilValue property- Specified by:
addNilValue
in interfaceNilValues
-