Package net.opengis.gml311
Interface ObservationType
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
DirectedObservationAtDistanceType
,DirectedObservationType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl
,DirectedObservationTypeImpl
,ObservationTypeImpl
A representation of the model object 'Observation Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Result Of' containment reference.Returns the value of the 'Target' containment reference.FeatureMap
Returns the value of the 'Target Group' attribute list.getUsing()
Returns the value of the 'Using' containment reference.Returns the value of the 'Valid Time' containment reference.void
setResultOf
(AssociationType value) Sets the value of the 'Result Of
' containment reference.void
setTarget
(TargetPropertyType value) Sets the value of the 'Target
' containment reference.void
setUsing
(FeaturePropertyType value) Sets the value of the 'Using
' containment reference.void
Sets the value of the 'Valid Time
' containment reference.Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValidTime
TimePrimitivePropertyType getValidTime()Returns the value of the 'Valid Time' containment reference.If the meaning of the 'Valid Time' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Valid Time' containment reference.
- See Also:
-
setValidTime
Sets the value of the 'Valid Time
' containment reference.- Parameters:
value
- the new value of the 'Valid Time' containment reference.- See Also:
-
getUsing
FeaturePropertyType getUsing()Returns the value of the 'Using' containment reference. This element contains or points to a description of a sensor, instrument or procedure used for the observation- Returns:
- the value of the 'Using' containment reference.
- See Also:
-
setUsing
Sets the value of the 'Using
' containment reference.- Parameters:
value
- the new value of the 'Using' containment reference.- See Also:
-
getTargetGroup
FeatureMap getTargetGroup()Returns the value of the 'Target Group' attribute list. The list contents are of typeFeatureMap.Entry
. This element contains or points to the specimen, region or station which is the object of the observation- Returns:
- the value of the 'Target Group' attribute list.
- See Also:
-
getTarget
TargetPropertyType getTarget()Returns the value of the 'Target' containment reference. This element contains or points to the specimen, region or station which is the object of the observation- Returns:
- the value of the 'Target' containment reference.
- See Also:
-
setTarget
Sets the value of the 'Target
' containment reference.- Parameters:
value
- the new value of the 'Target' containment reference.- See Also:
-
getResultOf
AssociationType getResultOf()Returns the value of the 'Result Of' containment reference. The result of the observation: an image, external object, etc- Returns:
- the value of the 'Result Of' containment reference.
- See Also:
-
setResultOf
Sets the value of the 'Result Of
' containment reference.- Parameters:
value
- the new value of the 'Result Of' containment reference.- See Also:
-