Uses of Enum Class
net.opengis.gml311.IsSphereType
Packages that use IsSphereType
-
Uses of IsSphereType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type IsSphereTypeModifier and TypeFieldDescriptionstatic final List<IsSphereType>
IsSphereType.VALUES
A public read-only list of all the 'Is Sphere Type' enumerators.Methods in net.opengis.gml311 that return IsSphereTypeModifier and TypeMethodDescriptionstatic IsSphereType
IsSphereType.get
(int value) Returns the 'Is Sphere Type' literal with the specified integer value.static IsSphereType
Returns the 'Is Sphere Type' literal with the specified literal value.static IsSphereType
Returns the 'Is Sphere Type' literal with the specified name.DocumentRoot.getIsSphere()
Returns the value of the 'Is Sphere' attribute.SecondDefiningParameterType.getIsSphere()
Returns the value of the 'Is Sphere' attribute.static IsSphereType
Returns the enum constant of this class with the specified name.static IsSphereType[]
IsSphereType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type IsSphereTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setIsSphere
(IsSphereType value) Sets the value of the 'Is Sphere
' attribute.void
SecondDefiningParameterType.setIsSphere
(IsSphereType value) Sets the value of the 'Is Sphere
' attribute. -
Uses of IsSphereType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as IsSphereTypeModifier and TypeFieldDescriptionprotected static final IsSphereType
DocumentRootImpl.IS_SPHERE_EDEFAULT
The default value of the 'Is Sphere
' attribute.protected static final IsSphereType
SecondDefiningParameterTypeImpl.IS_SPHERE_EDEFAULT
The default value of the 'Is Sphere
' attribute.protected IsSphereType
SecondDefiningParameterTypeImpl.isSphere
The cached value of the 'Is Sphere
' attribute.Methods in net.opengis.gml311.impl that return IsSphereTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createIsSphereTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createIsSphereTypeObjectFromString
(EDataType eDataType, String initialValue) DocumentRootImpl.getIsSphere()
SecondDefiningParameterTypeImpl.getIsSphere()
Methods in net.opengis.gml311.impl with parameters of type IsSphereTypeModifier and TypeMethodDescriptionvoid
DocumentRootImpl.setIsSphere
(IsSphereType newIsSphere) void
SecondDefiningParameterTypeImpl.setIsSphere
(IsSphereType newIsSphere) -
Uses of IsSphereType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IsSphereTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateIsSphereType
(IsSphereType isSphereType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateIsSphereTypeObject
(IsSphereType isSphereTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)