Package net.opengis.gml.x32
Interface AffinePlacementType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AffinePlacementTypeImpl
public interface AffinePlacementType extends org.apache.xmlbeans.XmlObjectAn XML AffinePlacementType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAffinePlacementType.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 DirectPositionTypeaddNewLocation()Appends and returns a new empty "location" elementVectorTypeaddNewRefDirection()Appends and returns a new empty value (as xml) as the last "refDirection" elementBigIntegergetInDimension()Gets the "inDimension" elementDirectPositionTypegetLocation()Gets the "location" elementBigIntegergetOutDimension()Gets the "outDimension" elementVectorType[]getRefDirectionArray()Gets array of all "refDirection" elementsVectorTypegetRefDirectionArray(int i)Gets ith "refDirection" elementVectorTypeinsertNewRefDirection(int i)Inserts and returns a new empty value (as xml) as the ith "refDirection" elementvoidremoveRefDirection(int i)Removes the ith "refDirection" elementvoidsetInDimension(BigInteger inDimension)Sets the "inDimension" elementvoidsetLocation(DirectPositionType location)Sets the "location" elementvoidsetOutDimension(BigInteger outDimension)Sets the "outDimension" elementvoidsetRefDirectionArray(int i, VectorType refDirection)Sets ith "refDirection" elementvoidsetRefDirectionArray(VectorType[] refDirectionArray)Sets array of all "refDirection" elementintsizeOfRefDirectionArray()Returns number of "refDirection" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetInDimension()Gets (as xml) the "inDimension" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetOutDimension()Gets (as xml) the "outDimension" elementvoidxsetInDimension(org.apache.xmlbeans.XmlPositiveInteger inDimension)Sets (as xml) the "inDimension" elementvoidxsetOutDimension(org.apache.xmlbeans.XmlPositiveInteger outDimension)Sets (as xml) the "outDimension" element-
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
-
getLocation
DirectPositionType getLocation()
Gets the "location" element
-
setLocation
void setLocation(DirectPositionType location)
Sets the "location" element
-
addNewLocation
DirectPositionType addNewLocation()
Appends and returns a new empty "location" element
-
getRefDirectionArray
VectorType[] getRefDirectionArray()
Gets array of all "refDirection" elements
-
getRefDirectionArray
VectorType getRefDirectionArray(int i)
Gets ith "refDirection" element
-
sizeOfRefDirectionArray
int sizeOfRefDirectionArray()
Returns number of "refDirection" element
-
setRefDirectionArray
void setRefDirectionArray(VectorType[] refDirectionArray)
Sets array of all "refDirection" element
-
setRefDirectionArray
void setRefDirectionArray(int i, VectorType refDirection)Sets ith "refDirection" element
-
insertNewRefDirection
VectorType insertNewRefDirection(int i)
Inserts and returns a new empty value (as xml) as the ith "refDirection" element
-
addNewRefDirection
VectorType addNewRefDirection()
Appends and returns a new empty value (as xml) as the last "refDirection" element
-
removeRefDirection
void removeRefDirection(int i)
Removes the ith "refDirection" element
-
getInDimension
BigInteger getInDimension()
Gets the "inDimension" element
-
xgetInDimension
org.apache.xmlbeans.XmlPositiveInteger xgetInDimension()
Gets (as xml) the "inDimension" element
-
setInDimension
void setInDimension(BigInteger inDimension)
Sets the "inDimension" element
-
xsetInDimension
void xsetInDimension(org.apache.xmlbeans.XmlPositiveInteger inDimension)
Sets (as xml) the "inDimension" element
-
getOutDimension
BigInteger getOutDimension()
Gets the "outDimension" element
-
xgetOutDimension
org.apache.xmlbeans.XmlPositiveInteger xgetOutDimension()
Gets (as xml) the "outDimension" element
-
setOutDimension
void setOutDimension(BigInteger outDimension)
Sets the "outDimension" element
-
xsetOutDimension
void xsetOutDimension(org.apache.xmlbeans.XmlPositiveInteger outDimension)
Sets (as xml) the "outDimension" element
-
-