Package com.luciad.format.gml31.model
Class TLcdGML31Observation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractFeature
com.luciad.format.gml31.model.TLcdGML31Observation
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdShapeList,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdInvalidateable,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31DirectedObservation
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theboundedByelement.static final TLcdDataPropertyData property that maps to thelocationelement.static final TLcdDataPropertyData property that maps to theresultOfelement.static final TLcdDataPropertyData property that maps to thetargetelement.static final TLcdDataPropertyData property that maps to theusingelement.static final TLcdDataPropertyData property that maps to thevalidTimeelement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theboundedByelement.Returns the value of the property that maps to thelocationelement.Returns the value of the property that maps to theresultOfelement.Returns the value of the property that maps to thetargetelement.getUsing()Returns the value of the property that maps to theusingelement.Returns the value of the property that maps to thevalidTimeelement.voidsetBoundedBy(TLcdGML31BoundingShape aValue) Sets the value of the property that maps to theboundedByelement.voidsetLocation(Object aValue) Sets the value of the property that maps to thelocationelement.voidsetResultOf(TLcdGML31Association aValue) Sets the value of the property that maps to theresultOfelement.voidsetTarget(TLcdGML31AbstractGML aValue) Sets the value of the property that maps to thetargetelement.voidsetUsing(TLcdGML31AbstractFeature aValue) Sets the value of the property that maps to theusingelement.voidSets the value of the property that maps to thevalidTimeelement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractFeature
clone, clone, collectShapes, contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getShape, getShapeCount, invalidateObject, shapesChangedMethods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeatureMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toString
-
Field Details
-
VALID_TIME_PROPERTY
Data property that maps to thevalidTimeelement. The possible values for this property are instances ofTLcdGML31TimePrimitiveProperty. -
USING_PROPERTY
Data property that maps to theusingelement. The possible values for this property are instances ofTLcdGML31FeatureProperty. -
TARGET_PROPERTY
Data property that maps to thetargetelement. The possible values for this property are instances ofTLcdGML31TargetProperty. -
RESULT_OF_PROPERTY
Data property that maps to theresultOfelement. The possible values for this property are instances ofTLcdGML31Association. -
BOUNDED_BY_PROPERTY
Data property that maps to theboundedByelement. The possible values for this property are instances ofTLcdGML31BoundingShape. -
LOCATION_PROPERTY
Data property that maps to thelocationelement. The possible values for this property are instances ofTLcdGML31LocationProperty.
-
-
Constructor Details
-
TLcdGML31Observation
public TLcdGML31Observation() -
TLcdGML31Observation
-
-
Method Details
-
getValidTime
Returns the value of the property that maps to thevalidTimeelement.- Returns:
- the value of the
VALID_TIME_PROPERTYproperty. - See Also:
-
setValidTime
Sets the value of the property that maps to thevalidTimeelement.- Parameters:
aValue- the value to set for theVALID_TIME_PROPERTYproperty.
-
getUsing
Returns the value of the property that maps to theusingelement.This element contains or points to a description of a sensor, instrument or procedure used for the observation
- Returns:
- the value of the
USING_PROPERTYproperty. - See Also:
-
setUsing
Sets the value of the property that maps to theusingelement.This element contains or points to a description of a sensor, instrument or procedure used for the observation
- Parameters:
aValue- the value to set for theUSING_PROPERTYproperty.
-
getTarget
Returns the value of the property that maps to thetargetelement.This element contains or points to the specimen, region or station which is the object of the observation
- Returns:
- the value of the
TARGET_PROPERTYproperty. - See Also:
-
setTarget
Sets the value of the property that maps to thetargetelement.This element contains or points to the specimen, region or station which is the object of the observation
- Parameters:
aValue- the value to set for theTARGET_PROPERTYproperty.
-
getResultOf
Returns the value of the property that maps to theresultOfelement.The result of the observation: an image, external object, etc
- Returns:
- the value of the
RESULT_OF_PROPERTYproperty.
-
setResultOf
Sets the value of the property that maps to theresultOfelement.The result of the observation: an image, external object, etc
- Parameters:
aValue- the value to set for theRESULT_OF_PROPERTYproperty.
-
getBoundedBy
Returns the value of the property that maps to theboundedByelement.- Returns:
- the value of the
BOUNDED_BY_PROPERTYproperty.
-
setBoundedBy
Sets the value of the property that maps to theboundedByelement.- Parameters:
aValue- the value to set for theBOUNDED_BY_PROPERTYproperty.
-
getLocation
Returns the value of the property that maps to thelocationelement.Deprecated in GML 3.1.0
- Returns:
- the value of the
LOCATION_PROPERTYproperty. - See Also:
-
setLocation
Sets the value of the property that maps to thelocationelement.Deprecated in GML 3.1.0
- Parameters:
aValue- the value to set for theLOCATION_PROPERTYproperty.
-