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 EngineeringCRSRefType
Gml311Factory. createEngineeringCRSRefType()
Returns a new object of class 'Engineering CRS Ref Type'.EngineeringCRSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
EngineeringCRSRefTypeImpl
An implementation of the model object 'Engineering CRS Ref Type'.Methods in net.opengis.gml311.impl that return EngineeringCRSRefType Modifier and Type Method Description EngineeringCRSRefType
Gml311FactoryImpl. createEngineeringCRSRefType()
EngineeringCRSRefType
DocumentRootImpl. getEngineeringCRSRef()
Methods in net.opengis.gml311.impl with parameters of type EngineeringCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetEngineeringCRSRef(EngineeringCRSRefType newEngineeringCRSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseEngineeringCRSRefType(EngineeringCRSRefType object)
Returns the result of interpreting the object as an instance of 'Engineering CRS Ref Type'.boolean
Gml311Validator. validateEngineeringCRSRefType(EngineeringCRSRefType engineeringCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-