Uses of Interface
net.opengis.gml311.GeographicCRSRefType
-
Packages that use GeographicCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeographicCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeographicCRSRefType Modifier and Type Method Description GeographicCRSRefType
Gml311Factory. createGeographicCRSRefType()
Returns a new object of class 'Geographic CRS Ref Type'.GeographicCRSRefType
DocumentRoot. getGeographicCRSRef()
Returns the value of the 'Geographic CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type GeographicCRSRefType Modifier and Type Method Description void
DocumentRoot. setGeographicCRSRef(GeographicCRSRefType value)
Sets the value of the 'Geographic CRS Ref
' containment reference. -
Uses of GeographicCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeographicCRSRefType Modifier and Type Class Description class
GeographicCRSRefTypeImpl
An implementation of the model object 'Geographic CRS Ref Type'.Methods in net.opengis.gml311.impl that return GeographicCRSRefType Modifier and Type Method Description GeographicCRSRefType
Gml311FactoryImpl. createGeographicCRSRefType()
GeographicCRSRefType
DocumentRootImpl. getGeographicCRSRef()
Methods in net.opengis.gml311.impl with parameters of type GeographicCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeographicCRSRef(GeographicCRSRefType newGeographicCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setGeographicCRSRef(GeographicCRSRefType newGeographicCRSRef)
-
Uses of GeographicCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeographicCRSRefType Modifier and Type Method Description T
Gml311Switch. caseGeographicCRSRefType(GeographicCRSRefType object)
Returns the result of interpreting the object as an instance of 'Geographic CRS Ref Type'.boolean
Gml311Validator. validateGeographicCRSRefType(GeographicCRSRefType geographicCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-