Package net.opengis.gml311
Interface CompoundCRSType
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
CompoundCRSTypeImpl
A representation of the model object 'Compound CRS Type'.
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Includes CRS' containment reference list.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsNameMethods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidAreaMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIncludesCRS
EList<CoordinateReferenceSystemRefType> getIncludesCRS()Returns the value of the 'Includes CRS' containment reference list. The list contents are of typeCoordinateReferenceSystemRefType. Ordered sequence of associations to all the component coordinate reference systems included in this compound coordinate reference system.- Returns:
- the value of the 'Includes CRS' containment reference list.
- See Also:
-