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 GeographicCRSRefTypeGml311Factory. createGeographicCRSRefType()Returns a new object of class 'Geographic CRS Ref Type'.GeographicCRSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classGeographicCRSRefTypeImplAn implementation of the model object 'Geographic CRS Ref Type'.Methods in net.opengis.gml311.impl that return GeographicCRSRefType Modifier and Type Method Description GeographicCRSRefTypeGml311FactoryImpl. createGeographicCRSRefType()GeographicCRSRefTypeDocumentRootImpl. getGeographicCRSRef()Methods in net.opengis.gml311.impl with parameters of type GeographicCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeographicCRSRef(GeographicCRSRefType newGeographicCRSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseGeographicCRSRefType(GeographicCRSRefType object)Returns the result of interpreting the object as an instance of 'Geographic CRS Ref Type'.booleanGml311Validator. validateGeographicCRSRefType(GeographicCRSRefType geographicCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-