Uses of Interface
net.opengis.gml311.EngineeringCRSType
-
Packages that use EngineeringCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EngineeringCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringCRSType Modifier and Type Method Description EngineeringCRSType
Gml311Factory. createEngineeringCRSType()
Returns a new object of class 'Engineering CRS Type'.EngineeringCRSType
DocumentRoot. getEngineeringCRS()
Returns the value of the 'Engineering CRS' containment reference.EngineeringCRSType
EngineeringCRSRefType. getEngineeringCRS()
Returns the value of the 'Engineering CRS' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringCRSType Modifier and Type Method Description void
DocumentRoot. setEngineeringCRS(EngineeringCRSType value)
Sets the value of the 'Engineering CRS
' containment reference.void
EngineeringCRSRefType. setEngineeringCRS(EngineeringCRSType value)
Sets the value of the 'Engineering CRS
' containment reference. -
Uses of EngineeringCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EngineeringCRSType Modifier and Type Class Description class
EngineeringCRSTypeImpl
An implementation of the model object 'Engineering CRS Type'.Fields in net.opengis.gml311.impl declared as EngineeringCRSType Modifier and Type Field Description protected EngineeringCRSType
EngineeringCRSRefTypeImpl. engineeringCRS
The cached value of the 'Engineering CRS
' containment reference.Methods in net.opengis.gml311.impl that return EngineeringCRSType Modifier and Type Method Description EngineeringCRSType
Gml311FactoryImpl. createEngineeringCRSType()
EngineeringCRSType
DocumentRootImpl. getEngineeringCRS()
EngineeringCRSType
EngineeringCRSRefTypeImpl. getEngineeringCRS()
Methods in net.opengis.gml311.impl with parameters of type EngineeringCRSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEngineeringCRS(EngineeringCRSType newEngineeringCRS, NotificationChain msgs)
NotificationChain
EngineeringCRSRefTypeImpl. basicSetEngineeringCRS(EngineeringCRSType newEngineeringCRS, NotificationChain msgs)
void
DocumentRootImpl. setEngineeringCRS(EngineeringCRSType newEngineeringCRS)
void
EngineeringCRSRefTypeImpl. setEngineeringCRS(EngineeringCRSType newEngineeringCRS)
-
Uses of EngineeringCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EngineeringCRSType Modifier and Type Method Description T
Gml311Switch. caseEngineeringCRSType(EngineeringCRSType object)
Returns the result of interpreting the object as an instance of 'Engineering CRS Type'.boolean
Gml311Validator. validateEngineeringCRSType(EngineeringCRSType engineeringCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-