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. VALUESA 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 IsSphereTypeIsSphereType. get(int value)Returns the 'Is Sphere Type' literal with the specified integer value.static IsSphereTypeIsSphereType. get(String literal)Returns the 'Is Sphere Type' literal with the specified literal value.static IsSphereTypeIsSphereType. getByName(String name)Returns the 'Is Sphere Type' literal with the specified name.IsSphereTypeDocumentRoot. getIsSphere()Returns the value of the 'Is Sphere' attribute.IsSphereTypeSecondDefiningParameterType. getIsSphere()Returns the value of the 'Is Sphere' attribute.static IsSphereTypeIsSphereType. 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 voidDocumentRoot. 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 IsSphereType Modifier and Type Field Description protected static IsSphereTypeDocumentRootImpl. IS_SPHERE_EDEFAULTThe default value of the 'Is Sphere' attribute.protected static 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 IsSphereType Modifier and Type Method Description IsSphereTypeGml311FactoryImpl. createIsSphereTypeFromString(EDataType eDataType, String initialValue)IsSphereTypeGml311FactoryImpl. createIsSphereTypeObjectFromString(EDataType eDataType, String initialValue)IsSphereTypeDocumentRootImpl. getIsSphere()IsSphereTypeSecondDefiningParameterTypeImpl. getIsSphere()Methods in net.opengis.gml311.impl with parameters of type IsSphereType Modifier and Type Method Description voidDocumentRootImpl. 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 IsSphereType Modifier and Type Method Description booleanGml311Validator. validateIsSphereType(IsSphereType isSphereType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateIsSphereTypeObject(IsSphereType isSphereTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-