Package net.opengis.gml
Interface AbstractCoordinateOperationType
-
- All Superinterfaces:
AbstractCoordinateOperationBaseType,AbstractGMLType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractGeneralConversionType,AbstractGeneralTransformationType,ConcatenatedOperationType,ConversionType,PassThroughOperationType,TransformationType
- All Known Implementing Classes:
AbstractCoordinateOperationTypeImpl,AbstractGeneralConversionTypeImpl,AbstractGeneralTransformationTypeImpl,ConcatenatedOperationTypeImpl,ConversionTypeImpl,PassThroughOperationTypeImpl,TransformationTypeImpl
public interface AbstractCoordinateOperationType extends AbstractCoordinateOperationBaseType
An XML AbstractCoordinateOperationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractCoordinateOperationType.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 IdentifierTypeaddNewCoordinateOperationID()Appends and returns a new empty value (as xml) as the last "coordinateOperationID" elementAbstractPositionalAccuracyTypeaddNewPositionalAccuracy()Appends and returns a new empty value (as xml) as the last "_positionalAccuracy" elementStringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementCRSRefTypeaddNewSourceCRS()Appends and returns a new empty "sourceCRS" elementCRSRefTypeaddNewTargetCRS()Appends and returns a new empty "targetCRS" elementExtentTypeaddNewValidArea()Appends and returns a new empty "validArea" elementIdentifierType[]getCoordinateOperationIDArray()Gets array of all "coordinateOperationID" elementsIdentifierTypegetCoordinateOperationIDArray(int i)Gets ith "coordinateOperationID" elementStringgetOperationVersion()Gets the "operationVersion" elementAbstractPositionalAccuracyType[]getPositionalAccuracyArray()Gets array of all "_positionalAccuracy" elementsAbstractPositionalAccuracyTypegetPositionalAccuracyArray(int i)Gets ith "_positionalAccuracy" elementStringOrRefTypegetRemarks()Gets the "remarks" elementStringgetScope()Gets the "scope" elementCRSRefTypegetSourceCRS()Gets the "sourceCRS" elementCRSRefTypegetTargetCRS()Gets the "targetCRS" elementExtentTypegetValidArea()Gets the "validArea" elementIdentifierTypeinsertNewCoordinateOperationID(int i)Inserts and returns a new empty value (as xml) as the ith "coordinateOperationID" elementAbstractPositionalAccuracyTypeinsertNewPositionalAccuracy(int i)Inserts and returns a new empty value (as xml) as the ith "_positionalAccuracy" elementbooleanisSetOperationVersion()True if has "operationVersion" elementbooleanisSetRemarks()True if has "remarks" elementbooleanisSetScope()True if has "scope" elementbooleanisSetSourceCRS()True if has "sourceCRS" elementbooleanisSetTargetCRS()True if has "targetCRS" elementbooleanisSetValidArea()True if has "validArea" elementvoidremoveCoordinateOperationID(int i)Removes the ith "coordinateOperationID" elementvoidremovePositionalAccuracy(int i)Removes the ith "_positionalAccuracy" elementvoidsetCoordinateOperationIDArray(int i, IdentifierType coordinateOperationID)Sets ith "coordinateOperationID" elementvoidsetCoordinateOperationIDArray(IdentifierType[] coordinateOperationIDArray)Sets array of all "coordinateOperationID" elementvoidsetOperationVersion(String operationVersion)Sets the "operationVersion" elementvoidsetPositionalAccuracyArray(int i, AbstractPositionalAccuracyType positionalAccuracy)Sets ith "_positionalAccuracy" elementvoidsetPositionalAccuracyArray(AbstractPositionalAccuracyType[] positionalAccuracyArray)Sets array of all "_positionalAccuracy" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementvoidsetScope(String scope)Sets the "scope" elementvoidsetSourceCRS(CRSRefType sourceCRS)Sets the "sourceCRS" elementvoidsetTargetCRS(CRSRefType targetCRS)Sets the "targetCRS" elementvoidsetValidArea(ExtentType validArea)Sets the "validArea" elementintsizeOfCoordinateOperationIDArray()Returns number of "coordinateOperationID" elementintsizeOfPositionalAccuracyArray()Returns number of "_positionalAccuracy" elementvoidunsetOperationVersion()Unsets the "operationVersion" elementvoidunsetRemarks()Unsets the "remarks" elementvoidunsetScope()Unsets the "scope" elementvoidunsetSourceCRS()Unsets the "sourceCRS" elementvoidunsetTargetCRS()Unsets the "targetCRS" elementvoidunsetValidArea()Unsets the "validArea" elementorg.apache.xmlbeans.XmlStringxgetOperationVersion()Gets (as xml) the "operationVersion" elementorg.apache.xmlbeans.XmlStringxgetScope()Gets (as xml) the "scope" elementvoidxsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)Sets (as xml) the "operationVersion" elementvoidxsetScope(org.apache.xmlbeans.XmlString scope)Sets (as xml) the "scope" element-
Methods inherited from interface net.opengis.gml.AbstractCoordinateOperationBaseType
addNewCoordinateOperationName, getCoordinateOperationName, setCoordinateOperationName
-
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
-
getCoordinateOperationIDArray
IdentifierType[] getCoordinateOperationIDArray()
Gets array of all "coordinateOperationID" elements
-
getCoordinateOperationIDArray
IdentifierType getCoordinateOperationIDArray(int i)
Gets ith "coordinateOperationID" element
-
sizeOfCoordinateOperationIDArray
int sizeOfCoordinateOperationIDArray()
Returns number of "coordinateOperationID" element
-
setCoordinateOperationIDArray
void setCoordinateOperationIDArray(IdentifierType[] coordinateOperationIDArray)
Sets array of all "coordinateOperationID" element
-
setCoordinateOperationIDArray
void setCoordinateOperationIDArray(int i, IdentifierType coordinateOperationID)Sets ith "coordinateOperationID" element
-
insertNewCoordinateOperationID
IdentifierType insertNewCoordinateOperationID(int i)
Inserts and returns a new empty value (as xml) as the ith "coordinateOperationID" element
-
addNewCoordinateOperationID
IdentifierType addNewCoordinateOperationID()
Appends and returns a new empty value (as xml) as the last "coordinateOperationID" element
-
removeCoordinateOperationID
void removeCoordinateOperationID(int i)
Removes the ith "coordinateOperationID" element
-
getRemarks
StringOrRefType getRemarks()
Gets the "remarks" element
-
isSetRemarks
boolean isSetRemarks()
True if has "remarks" element
-
setRemarks
void setRemarks(StringOrRefType remarks)
Sets the "remarks" element
-
addNewRemarks
StringOrRefType addNewRemarks()
Appends and returns a new empty "remarks" element
-
unsetRemarks
void unsetRemarks()
Unsets the "remarks" element
-
getOperationVersion
String getOperationVersion()
Gets the "operationVersion" element
-
xgetOperationVersion
org.apache.xmlbeans.XmlString xgetOperationVersion()
Gets (as xml) the "operationVersion" element
-
isSetOperationVersion
boolean isSetOperationVersion()
True if has "operationVersion" element
-
setOperationVersion
void setOperationVersion(String operationVersion)
Sets the "operationVersion" element
-
xsetOperationVersion
void xsetOperationVersion(org.apache.xmlbeans.XmlString operationVersion)
Sets (as xml) the "operationVersion" element
-
unsetOperationVersion
void unsetOperationVersion()
Unsets the "operationVersion" element
-
getValidArea
ExtentType getValidArea()
Gets the "validArea" element
-
isSetValidArea
boolean isSetValidArea()
True if has "validArea" element
-
setValidArea
void setValidArea(ExtentType validArea)
Sets the "validArea" element
-
addNewValidArea
ExtentType addNewValidArea()
Appends and returns a new empty "validArea" element
-
unsetValidArea
void unsetValidArea()
Unsets the "validArea" element
-
getScope
String getScope()
Gets the "scope" element
-
xgetScope
org.apache.xmlbeans.XmlString xgetScope()
Gets (as xml) the "scope" element
-
isSetScope
boolean isSetScope()
True if has "scope" element
-
setScope
void setScope(String scope)
Sets the "scope" element
-
xsetScope
void xsetScope(org.apache.xmlbeans.XmlString scope)
Sets (as xml) the "scope" element
-
unsetScope
void unsetScope()
Unsets the "scope" element
-
getPositionalAccuracyArray
AbstractPositionalAccuracyType[] getPositionalAccuracyArray()
Gets array of all "_positionalAccuracy" elements
-
getPositionalAccuracyArray
AbstractPositionalAccuracyType getPositionalAccuracyArray(int i)
Gets ith "_positionalAccuracy" element
-
sizeOfPositionalAccuracyArray
int sizeOfPositionalAccuracyArray()
Returns number of "_positionalAccuracy" element
-
setPositionalAccuracyArray
void setPositionalAccuracyArray(AbstractPositionalAccuracyType[] positionalAccuracyArray)
Sets array of all "_positionalAccuracy" element
-
setPositionalAccuracyArray
void setPositionalAccuracyArray(int i, AbstractPositionalAccuracyType positionalAccuracy)Sets ith "_positionalAccuracy" element
-
insertNewPositionalAccuracy
AbstractPositionalAccuracyType insertNewPositionalAccuracy(int i)
Inserts and returns a new empty value (as xml) as the ith "_positionalAccuracy" element
-
addNewPositionalAccuracy
AbstractPositionalAccuracyType addNewPositionalAccuracy()
Appends and returns a new empty value (as xml) as the last "_positionalAccuracy" element
-
removePositionalAccuracy
void removePositionalAccuracy(int i)
Removes the ith "_positionalAccuracy" element
-
getSourceCRS
CRSRefType getSourceCRS()
Gets the "sourceCRS" element
-
isSetSourceCRS
boolean isSetSourceCRS()
True if has "sourceCRS" element
-
setSourceCRS
void setSourceCRS(CRSRefType sourceCRS)
Sets the "sourceCRS" element
-
addNewSourceCRS
CRSRefType addNewSourceCRS()
Appends and returns a new empty "sourceCRS" element
-
unsetSourceCRS
void unsetSourceCRS()
Unsets the "sourceCRS" element
-
getTargetCRS
CRSRefType getTargetCRS()
Gets the "targetCRS" element
-
isSetTargetCRS
boolean isSetTargetCRS()
True if has "targetCRS" element
-
setTargetCRS
void setTargetCRS(CRSRefType targetCRS)
Sets the "targetCRS" element
-
addNewTargetCRS
CRSRefType addNewTargetCRS()
Appends and returns a new empty "targetCRS" element
-
unsetTargetCRS
void unsetTargetCRS()
Unsets the "targetCRS" element
-
-