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 SummaryAll 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 AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractReferenceSystemTypegetRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
 
- 
 
- 
- 
- 
Method Detail- 
getIncludesCRSEList<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()
 
 
- 
 
-