Package net.opengis.gml.x32
Interface PassThroughOperationType
-
- All Superinterfaces:
AbstractCoordinateOperationType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,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/3.2). 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" elementCoordinateOperationPropertyTypeaddNewCoordOperation()Appends and returns a new empty "coordOperation" elementorg.apache.xmlbeans.XmlPositiveIntegeraddNewModifiedCoordinate()Appends and returns a new empty value (as xml) as the last "modifiedCoordinate" elementAggregationType.EnumgetAggregationType()Gets the "aggregationType" attributeCoordinateOperationPropertyTypegetCoordOperation()Gets the "coordOperation" elementBigInteger[]getModifiedCoordinateArray()Gets array of all "modifiedCoordinate" elementsBigIntegergetModifiedCoordinateArray(int i)Gets ith "modifiedCoordinate" 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" elementbooleanisSetAggregationType()True if has "aggregationType" attributevoidremoveModifiedCoordinate(int i)Removes the ith "modifiedCoordinate" elementvoidsetAggregationType(AggregationType.Enum aggregationType)Sets the "aggregationType" attributevoidsetCoordOperation(CoordinateOperationPropertyType coordOperation)Sets the "coordOperation" elementvoidsetModifiedCoordinateArray(int i, BigInteger modifiedCoordinate)Sets ith "modifiedCoordinate" elementvoidsetModifiedCoordinateArray(BigInteger[] modifiedCoordinateArray)Sets array of all "modifiedCoordinate" elementintsizeOfModifiedCoordinateArray()Returns number of "modifiedCoordinate" elementvoidunsetAggregationType()Unsets the "aggregationType" attributeAggregationTypexgetAggregationType()Gets (as xml) the "aggregationType" attributeorg.apache.xmlbeans.XmlPositiveInteger[]xgetModifiedCoordinateArray()Gets (as xml) array of all "modifiedCoordinate" elementsorg.apache.xmlbeans.XmlPositiveIntegerxgetModifiedCoordinateArray(int i)Gets (as xml) ith "modifiedCoordinate" elementvoidxsetAggregationType(AggregationType aggregationType)Sets (as xml) the "aggregationType" attributevoidxsetModifiedCoordinateArray(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.x32.AbstractCoordinateOperationType
addNewCoordinateOperationAccuracy, addNewDomainOfValidity, addNewScope, addNewSourceCRS, addNewTargetCRS, addScope, getCoordinateOperationAccuracyArray, getCoordinateOperationAccuracyArray, getDomainOfValidity, getOperationVersion, getScopeArray, getScopeArray, getSourceCRS, getTargetCRS, insertNewCoordinateOperationAccuracy, insertNewScope, insertScope, isSetDomainOfValidity, isSetOperationVersion, isSetSourceCRS, isSetTargetCRS, removeCoordinateOperationAccuracy, removeScope, setCoordinateOperationAccuracyArray, setCoordinateOperationAccuracyArray, setDomainOfValidity, setOperationVersion, setScopeArray, setScopeArray, setSourceCRS, setTargetCRS, sizeOfCoordinateOperationAccuracyArray, sizeOfScopeArray, unsetDomainOfValidity, unsetOperationVersion, unsetSourceCRS, unsetTargetCRS, xgetOperationVersion, xgetScopeArray, xgetScopeArray, xsetOperationVersion, xsetScopeArray, xsetScopeArray
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
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
-
getCoordOperation
CoordinateOperationPropertyType getCoordOperation()
Gets the "coordOperation" element
-
setCoordOperation
void setCoordOperation(CoordinateOperationPropertyType coordOperation)
Sets the "coordOperation" element
-
addNewCoordOperation
CoordinateOperationPropertyType addNewCoordOperation()
Appends and returns a new empty "coordOperation" element
-
getAggregationType
AggregationType.Enum getAggregationType()
Gets the "aggregationType" attribute
-
xgetAggregationType
AggregationType xgetAggregationType()
Gets (as xml) the "aggregationType" attribute
-
isSetAggregationType
boolean isSetAggregationType()
True if has "aggregationType" attribute
-
setAggregationType
void setAggregationType(AggregationType.Enum aggregationType)
Sets the "aggregationType" attribute
-
xsetAggregationType
void xsetAggregationType(AggregationType aggregationType)
Sets (as xml) the "aggregationType" attribute
-
unsetAggregationType
void unsetAggregationType()
Unsets the "aggregationType" attribute
-
-