Package net.opengis.gml
Interface EllipsoidType
-
- All Superinterfaces:
AbstractGMLType,DefinitionType,EllipsoidBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EllipsoidTypeImpl
public interface EllipsoidType extends EllipsoidBaseType
An XML EllipsoidType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEllipsoidType.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 IdentifierTypeaddNewEllipsoidID()Appends and returns a new empty value (as xml) as the last "ellipsoidID" elementStringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementSecondDefiningParameterTypeaddNewSecondDefiningParameter()Appends and returns a new empty "secondDefiningParameter" elementMeasureTypeaddNewSemiMajorAxis()Appends and returns a new empty "semiMajorAxis" elementIdentifierType[]getEllipsoidIDArray()Gets array of all "ellipsoidID" elementsIdentifierTypegetEllipsoidIDArray(int i)Gets ith "ellipsoidID" elementStringOrRefTypegetRemarks()Gets the "remarks" elementSecondDefiningParameterTypegetSecondDefiningParameter()Gets the "secondDefiningParameter" elementMeasureTypegetSemiMajorAxis()Gets the "semiMajorAxis" elementIdentifierTypeinsertNewEllipsoidID(int i)Inserts and returns a new empty value (as xml) as the ith "ellipsoidID" elementbooleanisSetRemarks()True if has "remarks" elementvoidremoveEllipsoidID(int i)Removes the ith "ellipsoidID" elementvoidsetEllipsoidIDArray(int i, IdentifierType ellipsoidID)Sets ith "ellipsoidID" elementvoidsetEllipsoidIDArray(IdentifierType[] ellipsoidIDArray)Sets array of all "ellipsoidID" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementvoidsetSecondDefiningParameter(SecondDefiningParameterType secondDefiningParameter)Sets the "secondDefiningParameter" elementvoidsetSemiMajorAxis(MeasureType semiMajorAxis)Sets the "semiMajorAxis" elementintsizeOfEllipsoidIDArray()Returns number of "ellipsoidID" elementvoidunsetRemarks()Unsets the "remarks" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.gml.DefinitionType
addNewName, getId, getNameArray, getNameArray, insertNewName, isSetId, removeName, setId, setNameArray, setNameArray, sizeOfNameArray, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.EllipsoidBaseType
addNewEllipsoidName, getEllipsoidName, setEllipsoidName
-
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
-
getEllipsoidIDArray
IdentifierType[] getEllipsoidIDArray()
Gets array of all "ellipsoidID" elements
-
getEllipsoidIDArray
IdentifierType getEllipsoidIDArray(int i)
Gets ith "ellipsoidID" element
-
sizeOfEllipsoidIDArray
int sizeOfEllipsoidIDArray()
Returns number of "ellipsoidID" element
-
setEllipsoidIDArray
void setEllipsoidIDArray(IdentifierType[] ellipsoidIDArray)
Sets array of all "ellipsoidID" element
-
setEllipsoidIDArray
void setEllipsoidIDArray(int i, IdentifierType ellipsoidID)Sets ith "ellipsoidID" element
-
insertNewEllipsoidID
IdentifierType insertNewEllipsoidID(int i)
Inserts and returns a new empty value (as xml) as the ith "ellipsoidID" element
-
addNewEllipsoidID
IdentifierType addNewEllipsoidID()
Appends and returns a new empty value (as xml) as the last "ellipsoidID" element
-
removeEllipsoidID
void removeEllipsoidID(int i)
Removes the ith "ellipsoidID" element
-
getRemarks
StringOrRefType getRemarks()
Gets the "remarks" element
-
isSetRemarks
boolean isSetRemarks()
True if has "remarks" element
-
setRemarks
void setRemarks(StringOrRefType remarks)
Sets the "remarks" element
-
addNewRemarks
StringOrRefType addNewRemarks()
Appends and returns a new empty "remarks" element
-
unsetRemarks
void unsetRemarks()
Unsets the "remarks" element
-
getSemiMajorAxis
MeasureType getSemiMajorAxis()
Gets the "semiMajorAxis" element
-
setSemiMajorAxis
void setSemiMajorAxis(MeasureType semiMajorAxis)
Sets the "semiMajorAxis" element
-
addNewSemiMajorAxis
MeasureType addNewSemiMajorAxis()
Appends and returns a new empty "semiMajorAxis" element
-
getSecondDefiningParameter
SecondDefiningParameterType getSecondDefiningParameter()
Gets the "secondDefiningParameter" element
-
setSecondDefiningParameter
void setSecondDefiningParameter(SecondDefiningParameterType secondDefiningParameter)
Sets the "secondDefiningParameter" element
-
addNewSecondDefiningParameter
SecondDefiningParameterType addNewSecondDefiningParameter()
Appends and returns a new empty "secondDefiningParameter" element
-
-