Uses of Interface
net.opengis.gml311.GeographicCRSType
-
Packages that use GeographicCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeographicCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeographicCRSType Modifier and Type Method Description GeographicCRSTypeGml311Factory. createGeographicCRSType()Returns a new object of class 'Geographic CRS Type'.GeographicCRSTypeDocumentRoot. getGeographicCRS()Returns the value of the 'Geographic CRS' containment reference.GeographicCRSTypeGeographicCRSRefType. getGeographicCRS()Returns the value of the 'Geographic CRS' containment reference.Methods in net.opengis.gml311 with parameters of type GeographicCRSType Modifier and Type Method Description voidDocumentRoot. setGeographicCRS(GeographicCRSType value)Sets the value of the 'Geographic CRS' containment reference.voidGeographicCRSRefType. setGeographicCRS(GeographicCRSType value)Sets the value of the 'Geographic CRS' containment reference. -
Uses of GeographicCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeographicCRSType Modifier and Type Class Description classGeographicCRSTypeImplAn implementation of the model object 'Geographic CRS Type'.Fields in net.opengis.gml311.impl declared as GeographicCRSType Modifier and Type Field Description protected GeographicCRSTypeGeographicCRSRefTypeImpl. geographicCRSThe cached value of the 'Geographic CRS' containment reference.Methods in net.opengis.gml311.impl that return GeographicCRSType Modifier and Type Method Description GeographicCRSTypeGml311FactoryImpl. createGeographicCRSType()GeographicCRSTypeDocumentRootImpl. getGeographicCRS()GeographicCRSTypeGeographicCRSRefTypeImpl. getGeographicCRS()Methods in net.opengis.gml311.impl with parameters of type GeographicCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeographicCRS(GeographicCRSType newGeographicCRS, NotificationChain msgs)NotificationChainGeographicCRSRefTypeImpl. basicSetGeographicCRS(GeographicCRSType newGeographicCRS, NotificationChain msgs)voidDocumentRootImpl. setGeographicCRS(GeographicCRSType newGeographicCRS)voidGeographicCRSRefTypeImpl. setGeographicCRS(GeographicCRSType newGeographicCRS) -
Uses of GeographicCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeographicCRSType Modifier and Type Method Description TGml311Switch. caseGeographicCRSType(GeographicCRSType object)Returns the result of interpreting the object as an instance of 'Geographic CRS Type'.booleanGml311Validator. validateGeographicCRSType(GeographicCRSType geographicCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-