Package net.opengis.gml.x33.lrov
Interface VectorOffsetLinearSRSType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,LinearSRSType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
VectorOffsetLinearSRSTypeImpl
public interface VectorOffsetLinearSRSType extends LinearSRSType
An XML VectorOffsetLinearSRSType(@http://www.opengis.net/gml/3.3/lrov). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVectorOffsetLinearSRSType.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 LinearElementPropertyTypeaddNewLinearElement2()Appends and returns a new empty "linearElement" elementLRMWithOffsetPropertyTypeaddNewLrm2()Appends and returns a new empty "lrm" elementVectorTypeaddNewOffsetVector()Appends and returns a new empty value (as xml) as the last "offsetVector" elementLinearElementPropertyTypegetLinearElement2()Gets the "linearElement" elementLRMWithOffsetPropertyTypegetLrm2()Gets the "lrm" elementVectorType[]getOffsetVectorArray()Gets array of all "offsetVector" elementsVectorTypegetOffsetVectorArray(int i)Gets ith "offsetVector" elementVectorTypeinsertNewOffsetVector(int i)Inserts and returns a new empty value (as xml) as the ith "offsetVector" elementvoidremoveOffsetVector(int i)Removes the ith "offsetVector" elementvoidsetLinearElement2(LinearElementPropertyType linearElement2)Sets the "linearElement" elementvoidsetLrm2(LRMWithOffsetPropertyType lrm2)Sets the "lrm" elementvoidsetOffsetVectorArray(int i, VectorType offsetVector)Sets ith "offsetVector" elementvoidsetOffsetVectorArray(VectorType[] offsetVectorArray)Sets array of all "offsetVector" elementintsizeOfOffsetVectorArray()Returns number of "offsetVector" element-
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 net.opengis.gml.x33.lr.LinearSRSType
addNewLinearElement, addNewLrm, getLinearElement, getLrm, setLinearElement, setLrm
-
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
-
getLinearElement2
LinearElementPropertyType getLinearElement2()
Gets the "linearElement" element
-
setLinearElement2
void setLinearElement2(LinearElementPropertyType linearElement2)
Sets the "linearElement" element
-
addNewLinearElement2
LinearElementPropertyType addNewLinearElement2()
Appends and returns a new empty "linearElement" element
-
getLrm2
LRMWithOffsetPropertyType getLrm2()
Gets the "lrm" element
-
setLrm2
void setLrm2(LRMWithOffsetPropertyType lrm2)
Sets the "lrm" element
-
addNewLrm2
LRMWithOffsetPropertyType addNewLrm2()
Appends and returns a new empty "lrm" element
-
getOffsetVectorArray
VectorType[] getOffsetVectorArray()
Gets array of all "offsetVector" elements
-
getOffsetVectorArray
VectorType getOffsetVectorArray(int i)
Gets ith "offsetVector" element
-
sizeOfOffsetVectorArray
int sizeOfOffsetVectorArray()
Returns number of "offsetVector" element
-
setOffsetVectorArray
void setOffsetVectorArray(VectorType[] offsetVectorArray)
Sets array of all "offsetVector" element
-
setOffsetVectorArray
void setOffsetVectorArray(int i, VectorType offsetVector)Sets ith "offsetVector" element
-
insertNewOffsetVector
VectorType insertNewOffsetVector(int i)
Inserts and returns a new empty value (as xml) as the ith "offsetVector" element
-
addNewOffsetVector
VectorType addNewOffsetVector()
Appends and returns a new empty value (as xml) as the last "offsetVector" element
-
removeOffsetVector
void removeOffsetVector(int i)
Removes the ith "offsetVector" element
-
-