Package net.opengis.gml311
Interface CompoundCRSType
-
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
CompoundCRSTypeImpl
public interface CompoundCRSType extends AbstractReferenceSystemType
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:
Gml311Package.getCompoundCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CoordinateReferenceSystemRefType>getIncludesCRS()Returns the value of the 'Includes CRS' containment reference list.-
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
-
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:
Gml311Package.getCompoundCRSType_IncludesCRS()
-
-