Package net.opengis.gml311
Interface ObservationType
-
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
DirectedObservationAtDistanceType
,DirectedObservationType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl
,DirectedObservationTypeImpl
,ObservationTypeImpl
public interface ObservationType extends AbstractFeatureType
A representation of the model object 'Observation Type'.The following features are supported:
- See Also:
Gml311Package.getObservationType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationType
getResultOf()
Returns the value of the 'Result Of' containment reference.TargetPropertyType
getTarget()
Returns the value of the 'Target' containment reference.FeatureMap
getTargetGroup()
Returns the value of the 'Target Group' attribute list.FeaturePropertyType
getUsing()
Returns the value of the 'Using' containment reference.TimePrimitivePropertyType
getValidTime()
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
setValidTime(TimePrimitivePropertyType value)
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
-
-
-
-
Method Detail
-
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(TimePrimitivePropertyType)
,Gml311Package.getObservationType_ValidTime()
-
setValidTime
void setValidTime(TimePrimitivePropertyType value)
Sets the value of the 'Valid Time
' containment reference.- Parameters:
value
- the new value of the 'Valid Time' containment reference.- See Also:
getValidTime()
-
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(FeaturePropertyType)
,Gml311Package.getObservationType_Using()
-
setUsing
void setUsing(FeaturePropertyType value)
Sets the value of the 'Using
' containment reference.- Parameters:
value
- the new value of the 'Using' containment reference.- See Also:
getUsing()
-
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:
Gml311Package.getObservationType_TargetGroup()
-
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(TargetPropertyType)
,Gml311Package.getObservationType_Target()
-
setTarget
void setTarget(TargetPropertyType value)
Sets the value of the 'Target
' containment reference.- Parameters:
value
- the new value of the 'Target' containment reference.- See Also:
getTarget()
-
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(AssociationType)
,Gml311Package.getObservationType_ResultOf()
-
setResultOf
void setResultOf(AssociationType value)
Sets the value of the 'Result Of
' containment reference.- Parameters:
value
- the new value of the 'Result Of' containment reference.- See Also:
getResultOf()
-
-