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.VALUESA public read-only list of all the 'Is Sphere Type' enumerators.Methods in net.opengis.gml311 that return IsSphereTypeModifier and TypeMethodDescriptionstatic IsSphereTypeIsSphereType.get(int value) Returns the 'Is Sphere Type' literal with the specified integer value.static IsSphereTypeReturns the 'Is Sphere Type' literal with the specified literal value.static IsSphereTypeReturns 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 IsSphereTypeReturns 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 TypeMethodDescriptionvoidDocumentRoot.setIsSphere(IsSphereType value) Sets the value of the 'Is Sphere' attribute.voidSecondDefiningParameterType.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 IsSphereTypeDocumentRootImpl.IS_SPHERE_EDEFAULTThe default value of the 'Is Sphere' attribute.protected static final IsSphereTypeSecondDefiningParameterTypeImpl.IS_SPHERE_EDEFAULTThe default value of the 'Is Sphere' attribute.protected IsSphereTypeSecondDefiningParameterTypeImpl.isSphereThe 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 TypeMethodDescriptionvoidDocumentRootImpl.setIsSphere(IsSphereType newIsSphere) voidSecondDefiningParameterTypeImpl.setIsSphere(IsSphereType newIsSphere) -
Uses of IsSphereType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IsSphereTypeModifier and TypeMethodDescriptionbooleanGml311Validator.validateIsSphereType(IsSphereType isSphereType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanGml311Validator.validateIsSphereTypeObject(IsSphereType isSphereTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)