Uses of Interface
net.opengis.gml311.GeocentricCRSType
-
Packages that use GeocentricCRSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeocentricCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGml311Factory. createGeocentricCRSType()Returns a new object of class 'Geocentric CRS Type'.GeocentricCRSTypeDocumentRoot. getGeocentricCRS()Returns the value of the 'Geocentric CRS' containment reference.GeocentricCRSTypeGeocentricCRSRefType. getGeocentricCRS()Returns the value of the 'Geocentric CRS' containment reference.Methods in net.opengis.gml311 with parameters of type GeocentricCRSType Modifier and Type Method Description voidDocumentRoot. setGeocentricCRS(GeocentricCRSType value)Sets the value of the 'Geocentric CRS' containment reference.voidGeocentricCRSRefType. setGeocentricCRS(GeocentricCRSType value)Sets the value of the 'Geocentric CRS' containment reference. -
Uses of GeocentricCRSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeocentricCRSType Modifier and Type Class Description classGeocentricCRSTypeImplAn implementation of the model object 'Geocentric CRS Type'.Fields in net.opengis.gml311.impl declared as GeocentricCRSType Modifier and Type Field Description protected GeocentricCRSTypeGeocentricCRSRefTypeImpl. geocentricCRSThe cached value of the 'Geocentric CRS' containment reference.Methods in net.opengis.gml311.impl that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGml311FactoryImpl. createGeocentricCRSType()GeocentricCRSTypeDocumentRootImpl. getGeocentricCRS()GeocentricCRSTypeGeocentricCRSRefTypeImpl. getGeocentricCRS()Methods in net.opengis.gml311.impl with parameters of type GeocentricCRSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeocentricCRS(GeocentricCRSType newGeocentricCRS, NotificationChain msgs)NotificationChainGeocentricCRSRefTypeImpl. basicSetGeocentricCRS(GeocentricCRSType newGeocentricCRS, NotificationChain msgs)voidDocumentRootImpl. setGeocentricCRS(GeocentricCRSType newGeocentricCRS)voidGeocentricCRSRefTypeImpl. setGeocentricCRS(GeocentricCRSType newGeocentricCRS) -
Uses of GeocentricCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeocentricCRSType Modifier and Type Method Description TGml311Switch. caseGeocentricCRSType(GeocentricCRSType object)Returns the result of interpreting the object as an instance of 'Geocentric CRS Type'.booleanGml311Validator. validateGeocentricCRSType(GeocentricCRSType geocentricCRSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-