Package org.isotc211.x2005.gmd
Interface MDGeorectifiedType
-
- All Superinterfaces:
AbstractMDSpatialRepresentationType,AbstractObjectType,MDGridSpatialRepresentationType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDGeorectifiedTypeImpl
public interface MDGeorectifiedType extends MDGridSpatialRepresentationType
An XML MD_Georectified_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDGeorectifiedType.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 GMPointPropertyTypeaddNewCenterPoint()Appends and returns a new empty "centerPoint" elementBooleanPropertyTypeaddNewCheckPointAvailability()Appends and returns a new empty "checkPointAvailability" elementCharacterStringPropertyTypeaddNewCheckPointDescription()Appends and returns a new empty "checkPointDescription" elementGMPointPropertyTypeaddNewCornerPoints()Appends and returns a new empty value (as xml) as the last "cornerPoints" elementMDPixelOrientationCodePropertyTypeaddNewPointInPixel()Appends and returns a new empty "pointInPixel" elementCharacterStringPropertyTypeaddNewTransformationDimensionDescription()Appends and returns a new empty "transformationDimensionDescription" elementCharacterStringPropertyTypeaddNewTransformationDimensionMapping()Appends and returns a new empty value (as xml) as the last "transformationDimensionMapping" elementGMPointPropertyTypegetCenterPoint()Gets the "centerPoint" elementBooleanPropertyTypegetCheckPointAvailability()Gets the "checkPointAvailability" elementCharacterStringPropertyTypegetCheckPointDescription()Gets the "checkPointDescription" elementGMPointPropertyType[]getCornerPointsArray()Gets array of all "cornerPoints" elementsGMPointPropertyTypegetCornerPointsArray(int i)Gets ith "cornerPoints" elementMDPixelOrientationCodePropertyTypegetPointInPixel()Gets the "pointInPixel" elementCharacterStringPropertyTypegetTransformationDimensionDescription()Gets the "transformationDimensionDescription" elementCharacterStringPropertyType[]getTransformationDimensionMappingArray()Gets array of all "transformationDimensionMapping" elementsCharacterStringPropertyTypegetTransformationDimensionMappingArray(int i)Gets ith "transformationDimensionMapping" elementGMPointPropertyTypeinsertNewCornerPoints(int i)Inserts and returns a new empty value (as xml) as the ith "cornerPoints" elementCharacterStringPropertyTypeinsertNewTransformationDimensionMapping(int i)Inserts and returns a new empty value (as xml) as the ith "transformationDimensionMapping" elementbooleanisSetCenterPoint()True if has "centerPoint" elementbooleanisSetCheckPointDescription()True if has "checkPointDescription" elementbooleanisSetTransformationDimensionDescription()True if has "transformationDimensionDescription" elementvoidremoveCornerPoints(int i)Removes the ith "cornerPoints" elementvoidremoveTransformationDimensionMapping(int i)Removes the ith "transformationDimensionMapping" elementvoidsetCenterPoint(GMPointPropertyType centerPoint)Sets the "centerPoint" elementvoidsetCheckPointAvailability(BooleanPropertyType checkPointAvailability)Sets the "checkPointAvailability" elementvoidsetCheckPointDescription(CharacterStringPropertyType checkPointDescription)Sets the "checkPointDescription" elementvoidsetCornerPointsArray(int i, GMPointPropertyType cornerPoints)Sets ith "cornerPoints" elementvoidsetCornerPointsArray(GMPointPropertyType[] cornerPointsArray)Sets array of all "cornerPoints" elementvoidsetPointInPixel(MDPixelOrientationCodePropertyType pointInPixel)Sets the "pointInPixel" elementvoidsetTransformationDimensionDescription(CharacterStringPropertyType transformationDimensionDescription)Sets the "transformationDimensionDescription" elementvoidsetTransformationDimensionMappingArray(int i, CharacterStringPropertyType transformationDimensionMapping)Sets ith "transformationDimensionMapping" elementvoidsetTransformationDimensionMappingArray(CharacterStringPropertyType[] transformationDimensionMappingArray)Sets array of all "transformationDimensionMapping" elementintsizeOfCornerPointsArray()Returns number of "cornerPoints" elementintsizeOfTransformationDimensionMappingArray()Returns number of "transformationDimensionMapping" elementvoidunsetCenterPoint()Unsets the "centerPoint" elementvoidunsetCheckPointDescription()Unsets the "checkPointDescription" elementvoidunsetTransformationDimensionDescription()Unsets the "transformationDimensionDescription" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.isotc211.x2005.gmd.MDGridSpatialRepresentationType
addNewAxisDimensionProperties, addNewCellGeometry, addNewNumberOfDimensions, addNewTransformationParameterAvailability, getAxisDimensionPropertiesArray, getAxisDimensionPropertiesArray, getCellGeometry, getNumberOfDimensions, getTransformationParameterAvailability, insertNewAxisDimensionProperties, removeAxisDimensionProperties, setAxisDimensionPropertiesArray, setAxisDimensionPropertiesArray, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailability, sizeOfAxisDimensionPropertiesArray
-
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
-
getCheckPointAvailability
BooleanPropertyType getCheckPointAvailability()
Gets the "checkPointAvailability" element
-
setCheckPointAvailability
void setCheckPointAvailability(BooleanPropertyType checkPointAvailability)
Sets the "checkPointAvailability" element
-
addNewCheckPointAvailability
BooleanPropertyType addNewCheckPointAvailability()
Appends and returns a new empty "checkPointAvailability" element
-
getCheckPointDescription
CharacterStringPropertyType getCheckPointDescription()
Gets the "checkPointDescription" element
-
isSetCheckPointDescription
boolean isSetCheckPointDescription()
True if has "checkPointDescription" element
-
setCheckPointDescription
void setCheckPointDescription(CharacterStringPropertyType checkPointDescription)
Sets the "checkPointDescription" element
-
addNewCheckPointDescription
CharacterStringPropertyType addNewCheckPointDescription()
Appends and returns a new empty "checkPointDescription" element
-
unsetCheckPointDescription
void unsetCheckPointDescription()
Unsets the "checkPointDescription" element
-
getCornerPointsArray
GMPointPropertyType[] getCornerPointsArray()
Gets array of all "cornerPoints" elements
-
getCornerPointsArray
GMPointPropertyType getCornerPointsArray(int i)
Gets ith "cornerPoints" element
-
sizeOfCornerPointsArray
int sizeOfCornerPointsArray()
Returns number of "cornerPoints" element
-
setCornerPointsArray
void setCornerPointsArray(GMPointPropertyType[] cornerPointsArray)
Sets array of all "cornerPoints" element
-
setCornerPointsArray
void setCornerPointsArray(int i, GMPointPropertyType cornerPoints)Sets ith "cornerPoints" element
-
insertNewCornerPoints
GMPointPropertyType insertNewCornerPoints(int i)
Inserts and returns a new empty value (as xml) as the ith "cornerPoints" element
-
addNewCornerPoints
GMPointPropertyType addNewCornerPoints()
Appends and returns a new empty value (as xml) as the last "cornerPoints" element
-
removeCornerPoints
void removeCornerPoints(int i)
Removes the ith "cornerPoints" element
-
getCenterPoint
GMPointPropertyType getCenterPoint()
Gets the "centerPoint" element
-
isSetCenterPoint
boolean isSetCenterPoint()
True if has "centerPoint" element
-
setCenterPoint
void setCenterPoint(GMPointPropertyType centerPoint)
Sets the "centerPoint" element
-
addNewCenterPoint
GMPointPropertyType addNewCenterPoint()
Appends and returns a new empty "centerPoint" element
-
unsetCenterPoint
void unsetCenterPoint()
Unsets the "centerPoint" element
-
getPointInPixel
MDPixelOrientationCodePropertyType getPointInPixel()
Gets the "pointInPixel" element
-
setPointInPixel
void setPointInPixel(MDPixelOrientationCodePropertyType pointInPixel)
Sets the "pointInPixel" element
-
addNewPointInPixel
MDPixelOrientationCodePropertyType addNewPointInPixel()
Appends and returns a new empty "pointInPixel" element
-
getTransformationDimensionDescription
CharacterStringPropertyType getTransformationDimensionDescription()
Gets the "transformationDimensionDescription" element
-
isSetTransformationDimensionDescription
boolean isSetTransformationDimensionDescription()
True if has "transformationDimensionDescription" element
-
setTransformationDimensionDescription
void setTransformationDimensionDescription(CharacterStringPropertyType transformationDimensionDescription)
Sets the "transformationDimensionDescription" element
-
addNewTransformationDimensionDescription
CharacterStringPropertyType addNewTransformationDimensionDescription()
Appends and returns a new empty "transformationDimensionDescription" element
-
unsetTransformationDimensionDescription
void unsetTransformationDimensionDescription()
Unsets the "transformationDimensionDescription" element
-
getTransformationDimensionMappingArray
CharacterStringPropertyType[] getTransformationDimensionMappingArray()
Gets array of all "transformationDimensionMapping" elements
-
getTransformationDimensionMappingArray
CharacterStringPropertyType getTransformationDimensionMappingArray(int i)
Gets ith "transformationDimensionMapping" element
-
sizeOfTransformationDimensionMappingArray
int sizeOfTransformationDimensionMappingArray()
Returns number of "transformationDimensionMapping" element
-
setTransformationDimensionMappingArray
void setTransformationDimensionMappingArray(CharacterStringPropertyType[] transformationDimensionMappingArray)
Sets array of all "transformationDimensionMapping" element
-
setTransformationDimensionMappingArray
void setTransformationDimensionMappingArray(int i, CharacterStringPropertyType transformationDimensionMapping)Sets ith "transformationDimensionMapping" element
-
insertNewTransformationDimensionMapping
CharacterStringPropertyType insertNewTransformationDimensionMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "transformationDimensionMapping" element
-
addNewTransformationDimensionMapping
CharacterStringPropertyType addNewTransformationDimensionMapping()
Appends and returns a new empty value (as xml) as the last "transformationDimensionMapping" element
-
removeTransformationDimensionMapping
void removeTransformationDimensionMapping(int i)
Removes the ith "transformationDimensionMapping" element
-
-