Uses of Interface
net.opengis.gml311.CoordinateReferenceSystemRefType
-
Packages that use CoordinateReferenceSystemRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateReferenceSystemRefType Modifier and Type Method Description CoordinateReferenceSystemRefType
Gml311Factory. createCoordinateReferenceSystemRefType()
Returns a new object of class 'Coordinate Reference System Ref Type'.CoordinateReferenceSystemRefType
AbstractGeneralDerivedCRSType. getBaseCRS()
Returns the value of the 'Base CRS' containment reference.CoordinateReferenceSystemRefType
DocumentRoot. getBaseCRS()
Returns the value of the 'Base CRS' containment reference.CoordinateReferenceSystemRefType
DocumentRoot. getCoordinateReferenceSystemRef()
Returns the value of the 'Coordinate Reference System Ref' containment reference.CoordinateReferenceSystemRefType
DocumentRoot. getIncludesCRS()
Returns the value of the 'Includes CRS' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CoordinateReferenceSystemRefType Modifier and Type Method Description EList<CoordinateReferenceSystemRefType>
CompoundCRSType. getIncludesCRS()
Returns the value of the 'Includes CRS' containment reference list.Methods in net.opengis.gml311 with parameters of type CoordinateReferenceSystemRefType Modifier and Type Method Description void
AbstractGeneralDerivedCRSType. setBaseCRS(CoordinateReferenceSystemRefType value)
Sets the value of the 'Base CRS
' containment reference.void
DocumentRoot. setBaseCRS(CoordinateReferenceSystemRefType value)
Sets the value of the 'Base CRS
' containment reference.void
DocumentRoot. setCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType value)
Sets the value of the 'Coordinate Reference System Ref
' containment reference.void
DocumentRoot. setIncludesCRS(CoordinateReferenceSystemRefType value)
Sets the value of the 'Includes CRS
' containment reference. -
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateReferenceSystemRefType Modifier and Type Class Description class
CoordinateReferenceSystemRefTypeImpl
An implementation of the model object 'Coordinate Reference System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateReferenceSystemRefType Modifier and Type Field Description protected CoordinateReferenceSystemRefType
AbstractGeneralDerivedCRSTypeImpl. baseCRS
The cached value of the 'Base CRS
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type CoordinateReferenceSystemRefType Modifier and Type Field Description protected EList<CoordinateReferenceSystemRefType>
CompoundCRSTypeImpl. includesCRS
The cached value of the 'Includes CRS
' containment reference list.Methods in net.opengis.gml311.impl that return CoordinateReferenceSystemRefType Modifier and Type Method Description CoordinateReferenceSystemRefType
Gml311FactoryImpl. createCoordinateReferenceSystemRefType()
CoordinateReferenceSystemRefType
AbstractGeneralDerivedCRSTypeImpl. getBaseCRS()
CoordinateReferenceSystemRefType
DocumentRootImpl. getBaseCRS()
CoordinateReferenceSystemRefType
DocumentRootImpl. getCoordinateReferenceSystemRef()
CoordinateReferenceSystemRefType
DocumentRootImpl. getIncludesCRS()
Methods in net.opengis.gml311.impl that return types with arguments of type CoordinateReferenceSystemRefType Modifier and Type Method Description EList<CoordinateReferenceSystemRefType>
CompoundCRSTypeImpl. getIncludesCRS()
Methods in net.opengis.gml311.impl with parameters of type CoordinateReferenceSystemRefType Modifier and Type Method Description NotificationChain
AbstractGeneralDerivedCRSTypeImpl. basicSetBaseCRS(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetBaseCRS(CoordinateReferenceSystemRefType newBaseCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetIncludesCRS(CoordinateReferenceSystemRefType newIncludesCRS, NotificationChain msgs)
void
AbstractGeneralDerivedCRSTypeImpl. setBaseCRS(CoordinateReferenceSystemRefType newBaseCRS)
void
DocumentRootImpl. setBaseCRS(CoordinateReferenceSystemRefType newBaseCRS)
void
DocumentRootImpl. setCoordinateReferenceSystemRef(CoordinateReferenceSystemRefType newCoordinateReferenceSystemRef)
void
DocumentRootImpl. setIncludesCRS(CoordinateReferenceSystemRefType newIncludesCRS)
-
Uses of CoordinateReferenceSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateReferenceSystemRefType Modifier and Type Method Description T
Gml311Switch. caseCoordinateReferenceSystemRefType(CoordinateReferenceSystemRefType object)
Returns the result of interpreting the object as an instance of 'Coordinate Reference System Ref Type'.boolean
Gml311Validator. validateCoordinateReferenceSystemRefType(CoordinateReferenceSystemRefType coordinateReferenceSystemRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-