Package net.opengis.gml311
Interface DerivedCRSType
- All Superinterfaces:
AbstractGeneralDerivedCRSType
,AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
DerivedCRSTypeImpl
A representation of the model object 'Derived CRS Type'.
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Derived CRS Type' containment reference.Returns the value of the 'Uses CS' containment reference.void
Sets the value of the 'Derived CRS Type
' containment reference.void
setUsesCS
(CoordinateSystemRefType value) Sets the value of the 'Uses CS
' containment reference.Methods inherited from interface AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, setBaseCRS, setDefinedByConversion
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
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
-
getDerivedCRSType
DerivedCRSTypeType getDerivedCRSType()Returns the value of the 'Derived CRS Type' containment reference.If the meaning of the 'Derived CRS Type' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Derived CRS Type' containment reference.
- See Also:
-
setDerivedCRSType
Sets the value of the 'Derived CRS Type
' containment reference.- Parameters:
value
- the new value of the 'Derived CRS Type' containment reference.- See Also:
-
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
Sets the value of the 'Uses CS
' containment reference.- Parameters:
value
- the new value of the 'Uses CS' containment reference.- See Also:
-