Package net.opengis.gml
Interface PassThroughOperationType
-
- All Superinterfaces:
AbstractCoordinateOperationBaseType,AbstractCoordinateOperationType,AbstractGMLType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PassThroughOperationTypeImpl
public interface PassThroughOperationType extends AbstractCoordinateOperationType
An XML PassThroughOperationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPassThroughOperationType.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 voidaddModifiedCoordinate(BigInteger modifiedCoordinate)Appends the value as the last "modifiedCoordinate" elementorg.apache.xmlbeans.XmlPositiveIntegeraddNewModifiedCoordinate()Appends and returns a new empty value (as xml) as the last "modifiedCoordinate" elementOperationRefTypeaddNewUsesOperation()Appends and returns a new empty "usesOperation" elementBigInteger[]getModifiedCoordinateArray()Gets array of all "modifiedCoordinate" elementsBigIntegergetModifiedCoordinateArray(int i)Gets ith "modifiedCoordinate" elementOperationRefTypegetUsesOperation()Gets the "usesOperation" elementvoidinsertModifiedCoordinate(int i, BigInteger modifiedCoordinate)Inserts the value as the ith "modifiedCoordinate" elementorg.apache.xmlbeans.XmlPositiveIntegerinsertNewModifiedCoordinate(int i)Inserts and returns a new empty value (as xml) as the ith "modifiedCoordinate" elementvoidremoveModifiedCoordinate(int i)Removes the ith "modifiedCoordinate" elementvoidsetModifiedCoordinateArray(int i, BigInteger modifiedCoordinate)Sets ith "modifiedCoordinate" elementvoidsetModifiedCoordinateArray(BigInteger[] modifiedCoordinateArray)Sets array of all "modifiedCoordinate" elementvoidsetUsesOperation(OperationRefType usesOperation)Sets the "usesOperation" elementintsizeOfModifiedCoordinateArray()Returns number of "modifiedCoordinate" elementorg.apache.xmlbeans.XmlPositiveInteger[]xgetModifiedCoordinateArray()Gets (as xml) array of all "modifiedCoordinate" elementsorg.apache.xmlbeans.XmlPositiveIntegerxgetModifiedCoordinateArray(int i)Gets (as xml) ith "modifiedCoordinate" elementvoidxsetModifiedCoordinateArray(int i, org.apache.xmlbeans.XmlPositiveInteger modifiedCoordinate)Sets (as xml) ith "modifiedCoordinate" elementvoidxsetModifiedCoordinateArray(org.apache.xmlbeans.XmlPositiveInteger[] modifiedCoordinateArray)Sets (as xml) array of all "modifiedCoordinate" element-
Methods inherited from interface net.opengis.gml.AbstractCoordinateOperationBaseType
addNewCoordinateOperationName, getCoordinateOperationName, setCoordinateOperationName
-
Methods inherited from interface net.opengis.gml.AbstractCoordinateOperationType
addNewCoordinateOperationID, addNewPositionalAccuracy, addNewRemarks, addNewSourceCRS, addNewTargetCRS, addNewValidArea, getCoordinateOperationIDArray, getCoordinateOperationIDArray, getOperationVersion, getPositionalAccuracyArray, getPositionalAccuracyArray, getRemarks, getScope, getSourceCRS, getTargetCRS, getValidArea, insertNewCoordinateOperationID, insertNewPositionalAccuracy, isSetOperationVersion, isSetRemarks, isSetScope, isSetSourceCRS, isSetTargetCRS, isSetValidArea, removeCoordinateOperationID, removePositionalAccuracy, setCoordinateOperationIDArray, setCoordinateOperationIDArray, setOperationVersion, setPositionalAccuracyArray, setPositionalAccuracyArray, setRemarks, setScope, setSourceCRS, setTargetCRS, setValidArea, sizeOfCoordinateOperationIDArray, sizeOfPositionalAccuracyArray, unsetOperationVersion, unsetRemarks, unsetScope, unsetSourceCRS, unsetTargetCRS, unsetValidArea, xgetOperationVersion, xgetScope, xsetOperationVersion, xsetScope
-
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 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
-
getModifiedCoordinateArray
BigInteger[] getModifiedCoordinateArray()
Gets array of all "modifiedCoordinate" elements
-
getModifiedCoordinateArray
BigInteger getModifiedCoordinateArray(int i)
Gets ith "modifiedCoordinate" element
-
xgetModifiedCoordinateArray
org.apache.xmlbeans.XmlPositiveInteger[] xgetModifiedCoordinateArray()
Gets (as xml) array of all "modifiedCoordinate" elements
-
xgetModifiedCoordinateArray
org.apache.xmlbeans.XmlPositiveInteger xgetModifiedCoordinateArray(int i)
Gets (as xml) ith "modifiedCoordinate" element
-
sizeOfModifiedCoordinateArray
int sizeOfModifiedCoordinateArray()
Returns number of "modifiedCoordinate" element
-
setModifiedCoordinateArray
void setModifiedCoordinateArray(BigInteger[] modifiedCoordinateArray)
Sets array of all "modifiedCoordinate" element
-
setModifiedCoordinateArray
void setModifiedCoordinateArray(int i, BigInteger modifiedCoordinate)Sets ith "modifiedCoordinate" element
-
xsetModifiedCoordinateArray
void xsetModifiedCoordinateArray(org.apache.xmlbeans.XmlPositiveInteger[] modifiedCoordinateArray)
Sets (as xml) array of all "modifiedCoordinate" element
-
xsetModifiedCoordinateArray
void xsetModifiedCoordinateArray(int i, org.apache.xmlbeans.XmlPositiveInteger modifiedCoordinate)Sets (as xml) ith "modifiedCoordinate" element
-
insertModifiedCoordinate
void insertModifiedCoordinate(int i, BigInteger modifiedCoordinate)Inserts the value as the ith "modifiedCoordinate" element
-
addModifiedCoordinate
void addModifiedCoordinate(BigInteger modifiedCoordinate)
Appends the value as the last "modifiedCoordinate" element
-
insertNewModifiedCoordinate
org.apache.xmlbeans.XmlPositiveInteger insertNewModifiedCoordinate(int i)
Inserts and returns a new empty value (as xml) as the ith "modifiedCoordinate" element
-
addNewModifiedCoordinate
org.apache.xmlbeans.XmlPositiveInteger addNewModifiedCoordinate()
Appends and returns a new empty value (as xml) as the last "modifiedCoordinate" element
-
removeModifiedCoordinate
void removeModifiedCoordinate(int i)
Removes the ith "modifiedCoordinate" element
-
getUsesOperation
OperationRefType getUsesOperation()
Gets the "usesOperation" element
-
setUsesOperation
void setUsesOperation(OperationRefType usesOperation)
Sets the "usesOperation" element
-
addNewUsesOperation
OperationRefType addNewUsesOperation()
Appends and returns a new empty "usesOperation" element
-
-