Uses of Interface
net.opengis.gml311.SphereType
-
Packages that use SphereType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SphereType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphereType Modifier and Type Method Description SphereType
Gml311Factory. createSphereType()
Returns a new object of class 'Sphere Type'.SphereType
DocumentRoot. getSphere()
Returns the value of the 'Sphere' containment reference.Methods in net.opengis.gml311 with parameters of type SphereType Modifier and Type Method Description void
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 SphereType Modifier and Type Class Description class
SphereTypeImpl
An implementation of the model object 'Sphere Type'.Methods in net.opengis.gml311.impl that return SphereType Modifier and Type Method Description SphereType
Gml311FactoryImpl. createSphereType()
SphereType
DocumentRootImpl. getSphere()
Methods in net.opengis.gml311.impl with parameters of type SphereType Modifier and Type Method Description NotificationChain
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 SphereType Modifier and Type Method Description T
Gml311Switch. 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)
-