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 GeocentricCRSType
Gml311Factory. createGeocentricCRSType()
Returns a new object of class 'Geocentric CRS Type'.GeocentricCRSType
DocumentRoot. getGeocentricCRS()
Returns the value of the 'Geocentric CRS' containment reference.GeocentricCRSType
GeocentricCRSRefType. 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 void
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 GeocentricCRSType Modifier and Type Class Description class
GeocentricCRSTypeImpl
An implementation of the model object 'Geocentric CRS Type'.Fields in net.opengis.gml311.impl declared as GeocentricCRSType Modifier and Type Field Description protected GeocentricCRSType
GeocentricCRSRefTypeImpl. geocentricCRS
The cached value of the 'Geocentric CRS
' containment reference.Methods in net.opengis.gml311.impl that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSType
Gml311FactoryImpl. createGeocentricCRSType()
GeocentricCRSType
DocumentRootImpl. getGeocentricCRS()
GeocentricCRSType
GeocentricCRSRefTypeImpl. getGeocentricCRS()
Methods in net.opengis.gml311.impl with parameters of type GeocentricCRSType Modifier and Type Method Description NotificationChain
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 GeocentricCRSType Modifier and Type Method Description T
Gml311Switch. 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)
-