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 EngineeringCRSTypeGml311Factory. createEngineeringCRSType()Returns a new object of class 'Engineering CRS Type'.EngineeringCRSTypeDocumentRoot. getEngineeringCRS()Returns the value of the 'Engineering CRS' containment reference.EngineeringCRSTypeEngineeringCRSRefType. 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 voidDocumentRoot. setEngineeringCRS(EngineeringCRSType value)Sets the value of the 'Engineering CRS' containment reference.voidEngineeringCRSRefType. 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 classEngineeringCRSTypeImplAn implementation of the model object 'Engineering CRS Type'.Fields in net.opengis.gml311.impl declared as EngineeringCRSType Modifier and Type Field Description protected EngineeringCRSTypeEngineeringCRSRefTypeImpl. engineeringCRSThe cached value of the 'Engineering CRS' containment reference.Methods in net.opengis.gml311.impl that return EngineeringCRSType Modifier and Type Method Description EngineeringCRSTypeGml311FactoryImpl. createEngineeringCRSType()EngineeringCRSTypeDocumentRootImpl. getEngineeringCRS()EngineeringCRSTypeEngineeringCRSRefTypeImpl. getEngineeringCRS()Methods in net.opengis.gml311.impl with parameters of type EngineeringCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEngineeringCRS(EngineeringCRSType newEngineeringCRS, NotificationChain msgs)NotificationChainEngineeringCRSRefTypeImpl. basicSetEngineeringCRS(EngineeringCRSType newEngineeringCRS, NotificationChain msgs)voidDocumentRootImpl. setEngineeringCRS(EngineeringCRSType newEngineeringCRS)voidEngineeringCRSRefTypeImpl. 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 TGml311Switch. caseEngineeringCRSType(EngineeringCRSType object)Returns the result of interpreting the object as an instance of 'Engineering CRS Type'.booleanGml311Validator. validateEngineeringCRSType(EngineeringCRSType engineeringCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-