Uses of Interface
net.opengis.gml311.GeodesicType
-
Packages that use GeodesicType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeodesicType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeodesicType Modifier and Type Method Description GeodesicTypeGml311Factory. createGeodesicType()Returns a new object of class 'Geodesic Type'.GeodesicTypeDocumentRoot. getGeodesic()Returns the value of the 'Geodesic' containment reference.Methods in net.opengis.gml311 with parameters of type GeodesicType Modifier and Type Method Description voidDocumentRoot. setGeodesic(GeodesicType value)Sets the value of the 'Geodesic' containment reference. -
Uses of GeodesicType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodesicType Modifier and Type Class Description classGeodesicTypeImplAn implementation of the model object 'Geodesic Type'.Methods in net.opengis.gml311.impl that return GeodesicType Modifier and Type Method Description GeodesicTypeGml311FactoryImpl. createGeodesicType()GeodesicTypeDocumentRootImpl. getGeodesic()Methods in net.opengis.gml311.impl with parameters of type GeodesicType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeodesic(GeodesicType newGeodesic, NotificationChain msgs)voidDocumentRootImpl. setGeodesic(GeodesicType newGeodesic) -
Uses of GeodesicType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodesicType Modifier and Type Method Description TGml311Switch. caseGeodesicType(GeodesicType object)Returns the result of interpreting the object as an instance of 'Geodesic Type'.booleanGml311Validator. validateGeodesicType(GeodesicType geodesicType, DiagnosticChain diagnostics, Map<Object,Object> context)
-