Uses of Interface
net.opengis.gml311.EngineeringCRSRefType
-
Packages that use EngineeringCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EngineeringCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringCRSRefType Modifier and Type Method Description EngineeringCRSRefTypeGml311Factory. createEngineeringCRSRefType()Returns a new object of class 'Engineering CRS Ref Type'.EngineeringCRSRefTypeDocumentRoot. getEngineeringCRSRef()Returns the value of the 'Engineering CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringCRSRefType Modifier and Type Method Description voidDocumentRoot. setEngineeringCRSRef(EngineeringCRSRefType value)Sets the value of the 'Engineering CRS Ref' containment reference. -
Uses of EngineeringCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EngineeringCRSRefType Modifier and Type Class Description classEngineeringCRSRefTypeImplAn implementation of the model object 'Engineering CRS Ref Type'.Methods in net.opengis.gml311.impl that return EngineeringCRSRefType Modifier and Type Method Description EngineeringCRSRefTypeGml311FactoryImpl. createEngineeringCRSRefType()EngineeringCRSRefTypeDocumentRootImpl. getEngineeringCRSRef()Methods in net.opengis.gml311.impl with parameters of type EngineeringCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEngineeringCRSRef(EngineeringCRSRefType newEngineeringCRSRef, NotificationChain msgs)voidDocumentRootImpl. setEngineeringCRSRef(EngineeringCRSRefType newEngineeringCRSRef) -
Uses of EngineeringCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EngineeringCRSRefType Modifier and Type Method Description TGml311Switch. caseEngineeringCRSRefType(EngineeringCRSRefType object)Returns the result of interpreting the object as an instance of 'Engineering CRS Ref Type'.booleanGml311Validator. validateEngineeringCRSRefType(EngineeringCRSRefType engineeringCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-