Uses of Interface
net.opengis.gml311.GeocentricCRSType
Packages that use GeocentricCRSType
-
Uses of GeocentricCRSType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeocentricCRSTypeModifier and TypeMethodDescriptionGml311Factory.createGeocentricCRSType()
Returns a new object of class 'Geocentric CRS Type'.DocumentRoot.getGeocentricCRS()
Returns the value of the 'Geocentric CRS' containment reference.GeocentricCRSRefType.getGeocentricCRS()
Returns the value of the 'Geocentric CRS' containment reference.Methods in net.opengis.gml311 with parameters of type GeocentricCRSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setGeocentricCRS
(GeocentricCRSType value) Sets the value of the 'Geocentric CRS
' containment reference.void
GeocentricCRSRefType.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 GeocentricCRSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Geocentric CRS Type'.Fields in net.opengis.gml311.impl declared as GeocentricCRSTypeModifier and TypeFieldDescriptionprotected GeocentricCRSType
GeocentricCRSRefTypeImpl.geocentricCRS
The cached value of the 'Geocentric CRS
' containment reference.Methods in net.opengis.gml311.impl that return GeocentricCRSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeocentricCRSType()
DocumentRootImpl.getGeocentricCRS()
GeocentricCRSRefTypeImpl.getGeocentricCRS()
Methods in net.opengis.gml311.impl with parameters of type GeocentricCRSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGeocentricCRS
(GeocentricCRSType newGeocentricCRS, NotificationChain msgs) NotificationChain
GeocentricCRSRefTypeImpl.basicSetGeocentricCRS
(GeocentricCRSType newGeocentricCRS, NotificationChain msgs) void
DocumentRootImpl.setGeocentricCRS
(GeocentricCRSType newGeocentricCRS) void
GeocentricCRSRefTypeImpl.setGeocentricCRS
(GeocentricCRSType newGeocentricCRS) -
Uses of GeocentricCRSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeocentricCRSTypeModifier and TypeMethodDescriptionGml311Switch.caseGeocentricCRSType
(GeocentricCRSType object) Returns the result of interpreting the object as an instance of 'Geocentric CRS Type'.boolean
Gml311Validator.validateGeocentricCRSType
(GeocentricCRSType geocentricCRSType, DiagnosticChain diagnostics, Map<Object, Object> context)