Package net.opengis.gml.x32
Interface AbstractGeneralTransformationType
-
- All Superinterfaces:
AbstractCoordinateOperationType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,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/3.2). 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 CRSPropertyTypeaddNewSourceCRS()Appends and returns a new empty "sourceCRS" elementCRSPropertyTypeaddNewTargetCRS()Appends and returns a new empty "targetCRS" elementStringgetOperationVersion()Gets the "operationVersion" elementCRSPropertyTypegetSourceCRS()Gets the "sourceCRS" elementCRSPropertyTypegetTargetCRS()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(CRSPropertyType sourceCRS)Sets the "sourceCRS" elementvoidsetTargetCRS(CRSPropertyType 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.x32.AbstractCoordinateOperationType
addNewCoordinateOperationAccuracy, addNewDomainOfValidity, addNewScope, addScope, getCoordinateOperationAccuracyArray, getCoordinateOperationAccuracyArray, getDomainOfValidity, getScopeArray, getScopeArray, insertNewCoordinateOperationAccuracy, insertNewScope, insertScope, isSetDomainOfValidity, removeCoordinateOperationAccuracy, removeScope, setCoordinateOperationAccuracyArray, setCoordinateOperationAccuracyArray, setDomainOfValidity, setScopeArray, setScopeArray, sizeOfCoordinateOperationAccuracyArray, sizeOfScopeArray, unsetDomainOfValidity, xgetScopeArray, xgetScopeArray, 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
-
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
CRSPropertyType getSourceCRS()
Gets the "sourceCRS" element- Specified by:
getSourceCRSin interfaceAbstractCoordinateOperationType
-
isSetSourceCRS
boolean isSetSourceCRS()
True if has "sourceCRS" element- Specified by:
isSetSourceCRSin interfaceAbstractCoordinateOperationType
-
setSourceCRS
void setSourceCRS(CRSPropertyType sourceCRS)
Sets the "sourceCRS" element- Specified by:
setSourceCRSin interfaceAbstractCoordinateOperationType
-
addNewSourceCRS
CRSPropertyType 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
CRSPropertyType getTargetCRS()
Gets the "targetCRS" element- Specified by:
getTargetCRSin interfaceAbstractCoordinateOperationType
-
isSetTargetCRS
boolean isSetTargetCRS()
True if has "targetCRS" element- Specified by:
isSetTargetCRSin interfaceAbstractCoordinateOperationType
-
setTargetCRS
void setTargetCRS(CRSPropertyType targetCRS)
Sets the "targetCRS" element- Specified by:
setTargetCRSin interfaceAbstractCoordinateOperationType
-
addNewTargetCRS
CRSPropertyType addNewTargetCRS()
Appends and returns a new empty "targetCRS" element- Specified by:
addNewTargetCRSin interfaceAbstractCoordinateOperationType
-
unsetTargetCRS
void unsetTargetCRS()
Unsets the "targetCRS" element- Specified by:
unsetTargetCRSin interfaceAbstractCoordinateOperationType
-
-