Uses of Class
net.opengis.gml.IsSphereDocument.IsSphere.Enum
-
Packages that use IsSphereDocument.IsSphere.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of IsSphereDocument.IsSphere.Enum in net.opengis.gml
Fields in net.opengis.gml declared as IsSphereDocument.IsSphere.Enum Modifier and Type Field Description static IsSphereDocument.IsSphere.EnumIsSphereDocument.IsSphere. SPHEREMethods in net.opengis.gml that return IsSphereDocument.IsSphere.Enum Modifier and Type Method Description static IsSphereDocument.IsSphere.EnumIsSphereDocument.IsSphere.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static IsSphereDocument.IsSphere.EnumIsSphereDocument.IsSphere.Enum. forString(String s)Returns the enum value for a string, or null if none.IsSphereDocument.IsSphere.EnumIsSphereDocument. getIsSphere()Gets the "isSphere" elementIsSphereDocument.IsSphere.EnumSecondDefiningParameterType. getIsSphere()Gets the "isSphere" elementMethods in net.opengis.gml with parameters of type IsSphereDocument.IsSphere.Enum Modifier and Type Method Description voidIsSphereDocument. setIsSphere(IsSphereDocument.IsSphere.Enum isSphere)Sets the "isSphere" elementvoidSecondDefiningParameterType. setIsSphere(IsSphereDocument.IsSphere.Enum isSphere)Sets the "isSphere" element -
Uses of IsSphereDocument.IsSphere.Enum in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return IsSphereDocument.IsSphere.Enum Modifier and Type Method Description IsSphereDocument.IsSphere.EnumIsSphereDocumentImpl. getIsSphere()Gets the "isSphere" elementIsSphereDocument.IsSphere.EnumSecondDefiningParameterTypeImpl. getIsSphere()Gets the "isSphere" elementMethods in net.opengis.gml.impl with parameters of type IsSphereDocument.IsSphere.Enum Modifier and Type Method Description voidIsSphereDocumentImpl. setIsSphere(IsSphereDocument.IsSphere.Enum isSphere)Sets the "isSphere" elementvoidSecondDefiningParameterTypeImpl. setIsSphere(IsSphereDocument.IsSphere.Enum isSphere)Sets the "isSphere" element
-