Uses of Interface
net.opengis.gml311.SphereType
Packages that use SphereType
-
Uses of SphereType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphereTypeModifier and TypeMethodDescriptionGml311Factory.createSphereType()
Returns a new object of class 'Sphere Type'.DocumentRoot.getSphere()
Returns the value of the 'Sphere' containment reference.Methods in net.opengis.gml311 with parameters of type SphereTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSphere
(SphereType value) Sets the value of the 'Sphere
' containment reference. -
Uses of SphereType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SphereTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Sphere Type'.Methods in net.opengis.gml311.impl that return SphereTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSphereType()
DocumentRootImpl.getSphere()
Methods in net.opengis.gml311.impl with parameters of type SphereTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSphere
(SphereType newSphere, NotificationChain msgs) void
DocumentRootImpl.setSphere
(SphereType newSphere) -
Uses of SphereType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SphereTypeModifier and TypeMethodDescriptionGml311Switch.caseSphereType
(SphereType object) Returns the result of interpreting the object as an instance of 'Sphere Type'.boolean
Gml311Validator.validateSphereType
(SphereType sphereType, DiagnosticChain diagnostics, Map<Object, Object> context)