Package net.opengis.swe.v20
Interface Time
- All Superinterfaces:
AbstractSWE,AbstractSWEIdentifiable,DataComponent,HasConstraints<AllowedTimes>,HasCopy,HasRefFrames,HasUom,ScalarComponent,Serializable,SimpleComponent,TimeOrRange
- All Known Implementing Classes:
TimeImpl
POJO class for XML type TimeType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncopy()Return a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)getValue()Gets the value propertyvoidsetValue(DateTimeOrDouble value) Sets the value propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabelMethods inherited from interface net.opengis.swe.v20.DataComponent
accept, addComponent, assignNewDataBlock, clearData, clone, createDataBlock, getComponent, getComponent, getComponentCount, getComponentIndex, getData, getDefinition, getName, getOptional, getParent, getUpdatable, hasConstraints, hasData, isSetDefinition, isSetOptional, isSetUpdatable, removeComponent, removeComponent, renewDataBlock, setData, setDefinition, setName, setOptional, setUpdatable, unSetOptional, unSetUpdatable, validateDataMethods inherited from interface net.opengis.swe.v20.HasConstraints
getConstraint, getConstraintProperty, isSetConstraint, setConstraintMethods inherited from interface net.opengis.swe.v20.HasRefFrames
getLocalFrame, getReferenceFrame, isSetLocalFrame, isSetReferenceFrame, setLocalFrame, setReferenceFrameMethods inherited from interface net.opengis.swe.v20.SimpleComponent
addQuality, addQuality, addQuality, addQuality, getAxisID, getDataType, getNilValues, getNilValuesProperty, getNumQualitys, getQualityList, getReferenceFrame, isSetAxisID, isSetNilValues, isSetReferenceFrame, isSetValue, setAxisID, setDataType, setNilValues, setReferenceFrame, unSetValueMethods inherited from interface net.opengis.swe.v20.TimeOrRange
getReferenceTime, isIsoTime, isSetReferenceTime, setReferenceTime
-
Field Details
-
ISO_TIME_UNIT
- See Also:
-
-
Method Details
-
copy
Time copy()Description copied from interface:DataComponentReturn a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)- Specified by:
copyin interfaceDataComponent- Specified by:
copyin interfaceHasCopy- Returns:
- copy of this component, including sub-components
-
getValue
DateTimeOrDouble getValue()Gets the value property -
setValue
Sets the value property
-