Package net.opengis.gml
Interface TransformationType
-
- All Superinterfaces:
AbstractCoordinateOperationBaseType,AbstractCoordinateOperationType,AbstractGeneralTransformationType,AbstractGMLType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TransformationTypeImpl
public interface TransformationType extends AbstractGeneralTransformationType
An XML TransformationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransformationType.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 OperationMethodRefTypeaddNewUsesMethod()Appends and returns a new empty "usesMethod" elementParameterValueTypeaddNewUsesValue()Appends and returns a new empty value (as xml) as the last "usesValue" elementOperationMethodRefTypegetUsesMethod()Gets the "usesMethod" elementParameterValueType[]getUsesValueArray()Gets array of all "usesValue" elementsParameterValueTypegetUsesValueArray(int i)Gets ith "usesValue" elementParameterValueTypeinsertNewUsesValue(int i)Inserts and returns a new empty value (as xml) as the ith "usesValue" elementvoidremoveUsesValue(int i)Removes the ith "usesValue" elementvoidsetUsesMethod(OperationMethodRefType usesMethod)Sets the "usesMethod" elementvoidsetUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" elementvoidsetUsesValueArray(ParameterValueType[] usesValueArray)Sets array of all "usesValue" elementintsizeOfUsesValueArray()Returns number of "usesValue" element-
Methods inherited from interface net.opengis.gml.AbstractCoordinateOperationBaseType
addNewCoordinateOperationName, getCoordinateOperationName, setCoordinateOperationName
-
Methods inherited from interface net.opengis.gml.AbstractCoordinateOperationType
addNewCoordinateOperationID, addNewPositionalAccuracy, addNewRemarks, addNewValidArea, getCoordinateOperationIDArray, getCoordinateOperationIDArray, getPositionalAccuracyArray, getPositionalAccuracyArray, getRemarks, getScope, getValidArea, insertNewCoordinateOperationID, insertNewPositionalAccuracy, isSetRemarks, isSetScope, isSetValidArea, removeCoordinateOperationID, removePositionalAccuracy, setCoordinateOperationIDArray, setCoordinateOperationIDArray, setPositionalAccuracyArray, setPositionalAccuracyArray, setRemarks, setScope, setValidArea, sizeOfCoordinateOperationIDArray, sizeOfPositionalAccuracyArray, unsetRemarks, unsetScope, unsetValidArea, xgetScope, xsetScope
-
Methods inherited from interface net.opengis.gml.AbstractGeneralTransformationType
addNewSourceCRS, addNewTargetCRS, getOperationVersion, getSourceCRS, getTargetCRS, isSetOperationVersion, isSetSourceCRS, isSetTargetCRS, setOperationVersion, setSourceCRS, setTargetCRS, unsetOperationVersion, unsetSourceCRS, unsetTargetCRS, xgetOperationVersion, xsetOperationVersion
-
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
-
getUsesMethod
OperationMethodRefType getUsesMethod()
Gets the "usesMethod" element
-
setUsesMethod
void setUsesMethod(OperationMethodRefType usesMethod)
Sets the "usesMethod" element
-
addNewUsesMethod
OperationMethodRefType addNewUsesMethod()
Appends and returns a new empty "usesMethod" element
-
getUsesValueArray
ParameterValueType[] getUsesValueArray()
Gets array of all "usesValue" elements
-
getUsesValueArray
ParameterValueType getUsesValueArray(int i)
Gets ith "usesValue" element
-
sizeOfUsesValueArray
int sizeOfUsesValueArray()
Returns number of "usesValue" element
-
setUsesValueArray
void setUsesValueArray(ParameterValueType[] usesValueArray)
Sets array of all "usesValue" element
-
setUsesValueArray
void setUsesValueArray(int i, ParameterValueType usesValue)Sets ith "usesValue" element
-
insertNewUsesValue
ParameterValueType insertNewUsesValue(int i)
Inserts and returns a new empty value (as xml) as the ith "usesValue" element
-
addNewUsesValue
ParameterValueType addNewUsesValue()
Appends and returns a new empty value (as xml) as the last "usesValue" element
-
removeUsesValue
void removeUsesValue(int i)
Removes the ith "usesValue" element
-
-