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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationTypegetResultOf()Returns the value of the 'Result Of' containment reference.TargetPropertyTypegetTarget()Returns the value of the 'Target' containment reference.FeatureMapgetTargetGroup()Returns the value of the 'Target Group' attribute list.FeaturePropertyTypegetUsing()Returns the value of the 'Using' containment reference.TimePrimitivePropertyTypegetValidTime()Returns the value of the 'Valid Time' containment reference.voidsetResultOf(AssociationType value)Sets the value of the 'Result Of' containment reference.voidsetTarget(TargetPropertyType value)Sets the value of the 'Target' containment reference.voidsetUsing(FeaturePropertyType value)Sets the value of the 'Using' containment reference.voidsetValidTime(TimePrimitivePropertyType value)Sets the value of the 'Valid Time' containment reference.- 
Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getValidTimeTimePrimitivePropertyType 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()
 
 - 
setValidTimevoid 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()
 
 - 
getUsingFeaturePropertyType 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()
 
 - 
setUsingvoid setUsing(FeaturePropertyType value) Sets the value of the 'Using' containment reference.- Parameters:
- value- the new value of the 'Using' containment reference.
- See Also:
- getUsing()
 
 - 
getTargetGroupFeatureMap 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()
 
 - 
getTargetTargetPropertyType 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()
 
 - 
setTargetvoid setTarget(TargetPropertyType value) Sets the value of the 'Target' containment reference.- Parameters:
- value- the new value of the 'Target' containment reference.
- See Also:
- getTarget()
 
 - 
getResultOfAssociationType 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()
 
 - 
setResultOfvoid 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()
 
 
- 
 
-