Uses of Interface
net.opengis.gml311.GeographicCRSType
-
Packages that use GeographicCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeographicCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeographicCRSType Modifier and Type Method Description GeographicCRSType
Gml311Factory. createGeographicCRSType()
Returns a new object of class 'Geographic CRS Type'.GeographicCRSType
DocumentRoot. getGeographicCRS()
Returns the value of the 'Geographic CRS' containment reference.GeographicCRSType
GeographicCRSRefType. getGeographicCRS()
Returns the value of the 'Geographic CRS' containment reference.Methods in net.opengis.gml311 with parameters of type GeographicCRSType Modifier and Type Method Description void
DocumentRoot. setGeographicCRS(GeographicCRSType value)
Sets the value of the 'Geographic CRS
' containment reference.void
GeographicCRSRefType. setGeographicCRS(GeographicCRSType value)
Sets the value of the 'Geographic CRS
' containment reference. -
Uses of GeographicCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeographicCRSType Modifier and Type Class Description class
GeographicCRSTypeImpl
An implementation of the model object 'Geographic CRS Type'.Fields in net.opengis.gml311.impl declared as GeographicCRSType Modifier and Type Field Description protected GeographicCRSType
GeographicCRSRefTypeImpl. geographicCRS
The cached value of the 'Geographic CRS
' containment reference.Methods in net.opengis.gml311.impl that return GeographicCRSType Modifier and Type Method Description GeographicCRSType
Gml311FactoryImpl. createGeographicCRSType()
GeographicCRSType
DocumentRootImpl. getGeographicCRS()
GeographicCRSType
GeographicCRSRefTypeImpl. getGeographicCRS()
Methods in net.opengis.gml311.impl with parameters of type GeographicCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeographicCRS(GeographicCRSType newGeographicCRS, NotificationChain msgs)
NotificationChain
GeographicCRSRefTypeImpl. basicSetGeographicCRS(GeographicCRSType newGeographicCRS, NotificationChain msgs)
void
DocumentRootImpl. setGeographicCRS(GeographicCRSType newGeographicCRS)
void
GeographicCRSRefTypeImpl. setGeographicCRS(GeographicCRSType newGeographicCRS)
-
Uses of GeographicCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeographicCRSType Modifier and Type Method Description T
Gml311Switch. caseGeographicCRSType(GeographicCRSType object)
Returns the result of interpreting the object as an instance of 'Geographic CRS Type'.boolean
Gml311Validator. validateGeographicCRSType(GeographicCRSType geographicCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-