Package net.opengis.gml
Interface AbstractGeneralTransformationType
-
- All Superinterfaces:
AbstractCoordinateOperationBaseType,AbstractCoordinateOperationType,AbstractGMLType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
TransformationType
- All Known Implementing Classes:
AbstractGeneralTransformationTypeImpl,TransformationTypeImpl
public interface AbstractGeneralTransformationType extends AbstractCoordinateOperationType
An XML AbstractGeneralTransformationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractGeneralTransformationType.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 CRSRefTypeaddNewSourceCRS()Appends and returns a new empty "sourceCRS" elementCRSRefTypeaddNewTargetCRS()Appends and returns a new empty "targetCRS" elementStringgetOperationVersion()Gets the "operationVersion" elementCRSRefTypegetSourceCRS()Gets the "sourceCRS" elementCRSRefTypegetTargetCRS()Gets the "targetCRS" elementbooleanisSetOperationVersion()True if has "operationVersion" elementbooleanisSetSourceCRS()True if has "sourceCRS" elementbooleanisSetTargetCRS()True if has "targetCRS" elementvoidsetOperationVersion(String operationVersion)Sets the "operationVersion" elementvoidsetSourceCRS(CRSRefType sourceCRS)Sets the "sourceCRS" elementvoidsetTargetCRS(CRSRefType targetCRS)Sets the "targetCRS" elementvoidunsetOperationVersion()Unsets the "operationVersion" elementvoidunsetSourceCRS()Unsets the "sourceCRS" elementvoidunsetTargetCRS()Unsets the "targetCRS" elementorg.apache.xmlbeans.XmlStringxgetOperationVersion()Gets (as xml) the "operationVersion" elementvoidxsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)Sets (as xml) the "operationVersion" 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.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
-
getOperationVersion
String getOperationVersion()
Gets the "operationVersion" element- Specified by:
getOperationVersionin interfaceAbstractCoordinateOperationType
-
xgetOperationVersion
org.apache.xmlbeans.XmlString xgetOperationVersion()
Gets (as xml) the "operationVersion" element- Specified by:
xgetOperationVersionin interfaceAbstractCoordinateOperationType
-
isSetOperationVersion
boolean isSetOperationVersion()
True if has "operationVersion" element- Specified by:
isSetOperationVersionin interfaceAbstractCoordinateOperationType
-
setOperationVersion
void setOperationVersion(String operationVersion)
Sets the "operationVersion" element- Specified by:
setOperationVersionin interfaceAbstractCoordinateOperationType
-
xsetOperationVersion
void xsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)
Sets (as xml) the "operationVersion" element- Specified by:
xsetOperationVersionin interfaceAbstractCoordinateOperationType
-
unsetOperationVersion
void unsetOperationVersion()
Unsets the "operationVersion" element- Specified by:
unsetOperationVersionin interfaceAbstractCoordinateOperationType
-
getSourceCRS
CRSRefType getSourceCRS()
Gets the "sourceCRS" element- Specified by:
getSourceCRSin interfaceAbstractCoordinateOperationType
-
isSetSourceCRS
boolean isSetSourceCRS()
True if has "sourceCRS" element- Specified by:
isSetSourceCRSin interfaceAbstractCoordinateOperationType
-
setSourceCRS
void setSourceCRS(CRSRefType sourceCRS)
Sets the "sourceCRS" element- Specified by:
setSourceCRSin interfaceAbstractCoordinateOperationType
-
addNewSourceCRS
CRSRefType addNewSourceCRS()
Appends and returns a new empty "sourceCRS" element- Specified by:
addNewSourceCRSin interfaceAbstractCoordinateOperationType
-
unsetSourceCRS
void unsetSourceCRS()
Unsets the "sourceCRS" element- Specified by:
unsetSourceCRSin interfaceAbstractCoordinateOperationType
-
getTargetCRS
CRSRefType getTargetCRS()
Gets the "targetCRS" element- Specified by:
getTargetCRSin interfaceAbstractCoordinateOperationType
-
isSetTargetCRS
boolean isSetTargetCRS()
True if has "targetCRS" element- Specified by:
isSetTargetCRSin interfaceAbstractCoordinateOperationType
-
setTargetCRS
void setTargetCRS(CRSRefType targetCRS)
Sets the "targetCRS" element- Specified by:
setTargetCRSin interfaceAbstractCoordinateOperationType
-
addNewTargetCRS
CRSRefType addNewTargetCRS()
Appends and returns a new empty "targetCRS" element- Specified by:
addNewTargetCRSin interfaceAbstractCoordinateOperationType
-
unsetTargetCRS
void unsetTargetCRS()
Unsets the "targetCRS" element- Specified by:
unsetTargetCRSin interfaceAbstractCoordinateOperationType
-
-