Uses of Class
net.opengis.gml311.IsSphereType
-
Packages that use IsSphereType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IsSphereType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type IsSphereType Modifier and Type Field Description static List<IsSphereType>
IsSphereType. VALUES
A public read-only list of all the 'Is Sphere Type' enumerators.Methods in net.opengis.gml311 that return IsSphereType Modifier and Type Method Description static IsSphereType
IsSphereType. get(int value)
Returns the 'Is Sphere Type' literal with the specified integer value.static IsSphereType
IsSphereType. get(String literal)
Returns the 'Is Sphere Type' literal with the specified literal value.static IsSphereType
IsSphereType. getByName(String name)
Returns the 'Is Sphere Type' literal with the specified name.IsSphereType
DocumentRoot. getIsSphere()
Returns the value of the 'Is Sphere' attribute.IsSphereType
SecondDefiningParameterType. getIsSphere()
Returns the value of the 'Is Sphere' attribute.static IsSphereType
IsSphereType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IsSphereType[]
IsSphereType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type IsSphereType Modifier and Type Method Description void
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 IsSphereType Modifier and Type Field Description protected static IsSphereType
DocumentRootImpl. IS_SPHERE_EDEFAULT
The default value of the 'Is Sphere
' attribute.protected static 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 IsSphereType Modifier and Type Method Description IsSphereType
Gml311FactoryImpl. createIsSphereTypeFromString(EDataType eDataType, String initialValue)
IsSphereType
Gml311FactoryImpl. createIsSphereTypeObjectFromString(EDataType eDataType, String initialValue)
IsSphereType
DocumentRootImpl. getIsSphere()
IsSphereType
SecondDefiningParameterTypeImpl. getIsSphere()
Methods in net.opengis.gml311.impl with parameters of type IsSphereType Modifier and Type Method Description void
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 IsSphereType Modifier and Type Method Description boolean
Gml311Validator. validateIsSphereType(IsSphereType isSphereType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateIsSphereTypeObject(IsSphereType isSphereTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-