Uses of Interface
net.opengis.gml311.GeocentricCRSRefType
-
Packages that use GeocentricCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeocentricCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeocentricCRSRefType Modifier and Type Method Description GeocentricCRSRefType
Gml311Factory. createGeocentricCRSRefType()
Returns a new object of class 'Geocentric CRS Ref Type'.GeocentricCRSRefType
DocumentRoot. getGeocentricCRSRef()
Returns the value of the 'Geocentric CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type GeocentricCRSRefType Modifier and Type Method Description void
DocumentRoot. setGeocentricCRSRef(GeocentricCRSRefType value)
Sets the value of the 'Geocentric CRS Ref
' containment reference. -
Uses of GeocentricCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeocentricCRSRefType Modifier and Type Class Description class
GeocentricCRSRefTypeImpl
An implementation of the model object 'Geocentric CRS Ref Type'.Methods in net.opengis.gml311.impl that return GeocentricCRSRefType Modifier and Type Method Description GeocentricCRSRefType
Gml311FactoryImpl. createGeocentricCRSRefType()
GeocentricCRSRefType
DocumentRootImpl. getGeocentricCRSRef()
Methods in net.opengis.gml311.impl with parameters of type GeocentricCRSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeocentricCRSRef(GeocentricCRSRefType newGeocentricCRSRef, NotificationChain msgs)
void
DocumentRootImpl. setGeocentricCRSRef(GeocentricCRSRefType newGeocentricCRSRef)
-
Uses of GeocentricCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeocentricCRSRefType Modifier and Type Method Description T
Gml311Switch. caseGeocentricCRSRefType(GeocentricCRSRefType object)
Returns the result of interpreting the object as an instance of 'Geocentric CRS Ref Type'.boolean
Gml311Validator. validateGeocentricCRSRefType(GeocentricCRSRefType geocentricCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-