Package net.opengis.gml
Interface SecondDefiningParameterType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SecondDefiningParameterTypeImpl
public interface SecondDefiningParameterType extends org.apache.xmlbeans.XmlObjectAn XML SecondDefiningParameterType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecondDefiningParameterType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureTypeaddNewInverseFlattening()Appends and returns a new empty "inverseFlattening" elementMeasureTypeaddNewSemiMinorAxis()Appends and returns a new empty "semiMinorAxis" elementMeasureTypegetInverseFlattening()Gets the "inverseFlattening" elementIsSphereDocument.IsSphere.EnumgetIsSphere()Gets the "isSphere" elementMeasureTypegetSemiMinorAxis()Gets the "semiMinorAxis" elementbooleanisSetInverseFlattening()True if has "inverseFlattening" elementbooleanisSetIsSphere()True if has "isSphere" elementbooleanisSetSemiMinorAxis()True if has "semiMinorAxis" elementvoidsetInverseFlattening(MeasureType inverseFlattening)Sets the "inverseFlattening" elementvoidsetIsSphere(IsSphereDocument.IsSphere.Enum isSphere)Sets the "isSphere" elementvoidsetSemiMinorAxis(MeasureType semiMinorAxis)Sets the "semiMinorAxis" elementvoidunsetInverseFlattening()Unsets the "inverseFlattening" elementvoidunsetIsSphere()Unsets the "isSphere" elementvoidunsetSemiMinorAxis()Unsets the "semiMinorAxis" elementIsSphereDocument.IsSpherexgetIsSphere()Gets (as xml) the "isSphere" elementvoidxsetIsSphere(IsSphereDocument.IsSphere isSphere)Sets (as xml) the "isSphere" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getInverseFlattening
MeasureType getInverseFlattening()
Gets the "inverseFlattening" element
-
isSetInverseFlattening
boolean isSetInverseFlattening()
True if has "inverseFlattening" element
-
setInverseFlattening
void setInverseFlattening(MeasureType inverseFlattening)
Sets the "inverseFlattening" element
-
addNewInverseFlattening
MeasureType addNewInverseFlattening()
Appends and returns a new empty "inverseFlattening" element
-
unsetInverseFlattening
void unsetInverseFlattening()
Unsets the "inverseFlattening" element
-
getSemiMinorAxis
MeasureType getSemiMinorAxis()
Gets the "semiMinorAxis" element
-
isSetSemiMinorAxis
boolean isSetSemiMinorAxis()
True if has "semiMinorAxis" element
-
setSemiMinorAxis
void setSemiMinorAxis(MeasureType semiMinorAxis)
Sets the "semiMinorAxis" element
-
addNewSemiMinorAxis
MeasureType addNewSemiMinorAxis()
Appends and returns a new empty "semiMinorAxis" element
-
unsetSemiMinorAxis
void unsetSemiMinorAxis()
Unsets the "semiMinorAxis" element
-
getIsSphere
IsSphereDocument.IsSphere.Enum getIsSphere()
Gets the "isSphere" element
-
xgetIsSphere
IsSphereDocument.IsSphere xgetIsSphere()
Gets (as xml) the "isSphere" element
-
isSetIsSphere
boolean isSetIsSphere()
True if has "isSphere" element
-
setIsSphere
void setIsSphere(IsSphereDocument.IsSphere.Enum isSphere)
Sets the "isSphere" element
-
xsetIsSphere
void xsetIsSphere(IsSphereDocument.IsSphere isSphere)
Sets (as xml) the "isSphere" element
-
unsetIsSphere
void unsetIsSphere()
Unsets the "isSphere" element
-
-