Uses of Interface
net.opengis.gml311.GeodesicStringType
-
Packages that use GeodesicStringType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeodesicStringType in net.opengis.gml311
Subinterfaces of GeodesicStringType in net.opengis.gml311 Modifier and Type Interface Description interfaceGeodesicTypeA representation of the model object 'Geodesic Type'.Methods in net.opengis.gml311 that return GeodesicStringType Modifier and Type Method Description GeodesicStringTypeGml311Factory. createGeodesicStringType()Returns a new object of class 'Geodesic String Type'.GeodesicStringTypeDocumentRoot. getGeodesicString()Returns the value of the 'Geodesic String' containment reference.Methods in net.opengis.gml311 with parameters of type GeodesicStringType Modifier and Type Method Description voidDocumentRoot. setGeodesicString(GeodesicStringType value)Sets the value of the 'Geodesic String' containment reference. -
Uses of GeodesicStringType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodesicStringType Modifier and Type Class Description classGeodesicStringTypeImplAn implementation of the model object 'Geodesic String Type'.classGeodesicTypeImplAn implementation of the model object 'Geodesic Type'.Methods in net.opengis.gml311.impl that return GeodesicStringType Modifier and Type Method Description GeodesicStringTypeGml311FactoryImpl. createGeodesicStringType()GeodesicStringTypeDocumentRootImpl. getGeodesicString()Methods in net.opengis.gml311.impl with parameters of type GeodesicStringType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeodesicString(GeodesicStringType newGeodesicString, NotificationChain msgs)voidDocumentRootImpl. setGeodesicString(GeodesicStringType newGeodesicString) -
Uses of GeodesicStringType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodesicStringType Modifier and Type Method Description TGml311Switch. caseGeodesicStringType(GeodesicStringType object)Returns the result of interpreting the object as an instance of 'Geodesic String Type'.booleanGml311Validator. validateGeodesicStringType(GeodesicStringType geodesicStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-