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 GeocentricCRSRefTypeGml311Factory. createGeocentricCRSRefType()Returns a new object of class 'Geocentric CRS Ref Type'.GeocentricCRSRefTypeDocumentRoot. 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 voidDocumentRoot. 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 classGeocentricCRSRefTypeImplAn implementation of the model object 'Geocentric CRS Ref Type'.Methods in net.opengis.gml311.impl that return GeocentricCRSRefType Modifier and Type Method Description GeocentricCRSRefTypeGml311FactoryImpl. createGeocentricCRSRefType()GeocentricCRSRefTypeDocumentRootImpl. getGeocentricCRSRef()Methods in net.opengis.gml311.impl with parameters of type GeocentricCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeocentricCRSRef(GeocentricCRSRefType newGeocentricCRSRef, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseGeocentricCRSRefType(GeocentricCRSRefType object)Returns the result of interpreting the object as an instance of 'Geocentric CRS Ref Type'.booleanGml311Validator. validateGeocentricCRSRefType(GeocentricCRSRefType geocentricCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-