Package net.opengis.gml311
Interface EngineeringCRSType
-
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
EngineeringCRSTypeImpl
public interface EngineeringCRSType extends AbstractReferenceSystemType
A representation of the model object 'Engineering CRS Type'. A contextually local coordinate reference system; which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft. For further information, see OGC Abstract Specification Topic 2.The following features are supported:
- See Also:
Gml311Package.getEngineeringCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinateSystemRefType
getUsesCS()
Returns the value of the 'Uses CS' containment reference.EngineeringDatumRefType
getUsesEngineeringDatum()
Returns the value of the 'Uses Engineering Datum' containment reference.void
setUsesCS(CoordinateSystemRefType value)
Sets the value of the 'Uses CS
' containment reference.void
setUsesEngineeringDatum(EngineeringDatumRefType value)
Sets the value of the 'Uses Engineering Datum
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
-
-
-
-
Method Detail
-
getUsesCS
CoordinateSystemRefType getUsesCS()
Returns the value of the 'Uses CS' containment reference. Association to the coordinate system used by this CRS.- Returns:
- the value of the 'Uses CS' containment reference.
- See Also:
setUsesCS(CoordinateSystemRefType)
,Gml311Package.getEngineeringCRSType_UsesCS()
-
setUsesCS
void setUsesCS(CoordinateSystemRefType value)
Sets the value of the 'Uses CS
' containment reference.- Parameters:
value
- the new value of the 'Uses CS' containment reference.- See Also:
getUsesCS()
-
getUsesEngineeringDatum
EngineeringDatumRefType getUsesEngineeringDatum()
Returns the value of the 'Uses Engineering Datum' containment reference. Association to the engineering datum used by this CRS.- Returns:
- the value of the 'Uses Engineering Datum' containment reference.
- See Also:
setUsesEngineeringDatum(EngineeringDatumRefType)
,Gml311Package.getEngineeringCRSType_UsesEngineeringDatum()
-
setUsesEngineeringDatum
void setUsesEngineeringDatum(EngineeringDatumRefType value)
Sets the value of the 'Uses Engineering Datum
' containment reference.- Parameters:
value
- the new value of the 'Uses Engineering Datum' containment reference.- See Also:
getUsesEngineeringDatum()
-
-