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 GeodesicType
Gml311Factory. createGeodesicType()
Returns a new object of class 'Geodesic Type'.GeodesicType
DocumentRoot. getGeodesic()
Returns the value of the 'Geodesic' containment reference.Methods in net.opengis.gml311 with parameters of type GeodesicType Modifier and Type Method Description void
DocumentRoot. 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 class
GeodesicTypeImpl
An implementation of the model object 'Geodesic Type'.Methods in net.opengis.gml311.impl that return GeodesicType Modifier and Type Method Description GeodesicType
Gml311FactoryImpl. createGeodesicType()
GeodesicType
DocumentRootImpl. getGeodesic()
Methods in net.opengis.gml311.impl with parameters of type GeodesicType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeodesic(GeodesicType newGeodesic, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseGeodesicType(GeodesicType object)
Returns the result of interpreting the object as an instance of 'Geodesic Type'.boolean
Gml311Validator. validateGeodesicType(GeodesicType geodesicType, DiagnosticChain diagnostics, Map<Object,Object> context)
-