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 interface
GeodesicType
A representation of the model object 'Geodesic Type'.Methods in net.opengis.gml311 that return GeodesicStringType Modifier and Type Method Description GeodesicStringType
Gml311Factory. createGeodesicStringType()
Returns a new object of class 'Geodesic String Type'.GeodesicStringType
DocumentRoot. 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 void
DocumentRoot. 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 class
GeodesicStringTypeImpl
An implementation of the model object 'Geodesic String Type'.class
GeodesicTypeImpl
An implementation of the model object 'Geodesic Type'.Methods in net.opengis.gml311.impl that return GeodesicStringType Modifier and Type Method Description GeodesicStringType
Gml311FactoryImpl. createGeodesicStringType()
GeodesicStringType
DocumentRootImpl. getGeodesicString()
Methods in net.opengis.gml311.impl with parameters of type GeodesicStringType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeodesicString(GeodesicStringType newGeodesicString, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseGeodesicStringType(GeodesicStringType object)
Returns the result of interpreting the object as an instance of 'Geodesic String Type'.boolean
Gml311Validator. validateGeodesicStringType(GeodesicStringType geodesicStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-