Uses of Interface
net.opengis.gml311.CRSRefType
-
Packages that use CRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CRSRefType Modifier and Type Method Description CRSRefType
Gml311Factory. createCRSRefType()
Returns a new object of class 'CRS Ref Type'.CRSRefType
DocumentRoot. getCrsRef()
Returns the value of the 'Crs Ref' containment reference.CRSRefType
AbstractCoordinateOperationType. getSourceCRS()
Returns the value of the 'Source CRS' containment reference.CRSRefType
DocumentRoot. getSourceCRS()
Returns the value of the 'Source CRS' containment reference.CRSRefType
AbstractCoordinateOperationType. getTargetCRS()
Returns the value of the 'Target CRS' containment reference.CRSRefType
DocumentRoot. getTargetCRS()
Returns the value of the 'Target CRS' containment reference.Methods in net.opengis.gml311 with parameters of type CRSRefType Modifier and Type Method Description void
DocumentRoot. setCrsRef(CRSRefType value)
Sets the value of the 'Crs Ref
' containment reference.void
AbstractCoordinateOperationType. setSourceCRS(CRSRefType value)
Sets the value of the 'Source CRS
' containment reference.void
DocumentRoot. setSourceCRS(CRSRefType value)
Sets the value of the 'Source CRS
' containment reference.void
AbstractCoordinateOperationType. setTargetCRS(CRSRefType value)
Sets the value of the 'Target CRS
' containment reference.void
DocumentRoot. setTargetCRS(CRSRefType value)
Sets the value of the 'Target CRS
' containment reference. -
Uses of CRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CRSRefType Modifier and Type Class Description class
CRSRefTypeImpl
An implementation of the model object 'CRS Ref Type'.Fields in net.opengis.gml311.impl declared as CRSRefType Modifier and Type Field Description protected CRSRefType
AbstractCoordinateOperationTypeImpl. sourceCRS
The cached value of the 'Source CRS
' containment reference.protected CRSRefType
AbstractCoordinateOperationTypeImpl. targetCRS
The cached value of the 'Target CRS
' containment reference.Methods in net.opengis.gml311.impl that return CRSRefType Modifier and Type Method Description CRSRefType
Gml311FactoryImpl. createCRSRefType()
CRSRefType
DocumentRootImpl. getCrsRef()
CRSRefType
AbstractCoordinateOperationTypeImpl. getSourceCRS()
CRSRefType
DocumentRootImpl. getSourceCRS()
CRSRefType
AbstractCoordinateOperationTypeImpl. getTargetCRS()
CRSRefType
DocumentRootImpl. getTargetCRS()
Methods in net.opengis.gml311.impl with parameters of type CRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCrsRef(CRSRefType newCrsRef, NotificationChain msgs)
NotificationChain
AbstractCoordinateOperationTypeImpl. basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)
NotificationChain
AbstractCoordinateOperationTypeImpl. basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs)
void
DocumentRootImpl. setCrsRef(CRSRefType newCrsRef)
void
AbstractCoordinateOperationTypeImpl. setSourceCRS(CRSRefType newSourceCRS)
void
DocumentRootImpl. setSourceCRS(CRSRefType newSourceCRS)
void
AbstractCoordinateOperationTypeImpl. setTargetCRS(CRSRefType newTargetCRS)
void
DocumentRootImpl. setTargetCRS(CRSRefType newTargetCRS)
-
Uses of CRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CRSRefType Modifier and Type Method Description T
Gml311Switch. caseCRSRefType(CRSRefType object)
Returns the result of interpreting the object as an instance of 'CRS Ref Type'.boolean
Gml311Validator. validateCRSRefType(CRSRefType crsRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-