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 SphereTypeGml311Factory. createSphereType()Returns a new object of class 'Sphere Type'.SphereTypeDocumentRoot. getSphere()Returns the value of the 'Sphere' containment reference.Methods in net.opengis.gml311 with parameters of type SphereType Modifier and Type Method Description voidDocumentRoot. 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 classSphereTypeImplAn implementation of the model object 'Sphere Type'.Methods in net.opengis.gml311.impl that return SphereType Modifier and Type Method Description SphereTypeGml311FactoryImpl. createSphereType()SphereTypeDocumentRootImpl. getSphere()Methods in net.opengis.gml311.impl with parameters of type SphereType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSphere(SphereType newSphere, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseSphereType(SphereType object)Returns the result of interpreting the object as an instance of 'Sphere Type'.booleanGml311Validator. validateSphereType(SphereType sphereType, DiagnosticChain diagnostics, Map<Object,Object> context)
-