Package net.opengis.gml.x33.lr
Interface LinearElementType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LinearElementTypeImpl
public interface LinearElementType extends AbstractGMLType
An XML LinearElementType(@http://www.opengis.net/gml/3.3/lr). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLinearElementType.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 CurvePropertyTypeaddNewCurve()Appends and returns a new empty "curve" elementLinearReferencingMethodPropertyTypeaddNewDefaultLRM()Appends and returns a new empty "defaultLRM" elementDirectedEdgePropertyTypeaddNewEdge()Appends and returns a new empty "edge" elementFeaturePropertyTypeaddNewFeature()Appends and returns a new empty "feature" elementMeasureTypeaddNewMeasure()Appends and returns a new empty "measure" elementStartValueTypeaddNewStartValue()Appends and returns a new empty value (as xml) as the last "startValue" elementCurvePropertyTypegetCurve()Gets the "curve" elementLinearReferencingMethodPropertyTypegetDefaultLRM()Gets the "defaultLRM" elementDirectedEdgePropertyTypegetEdge()Gets the "edge" elementFeaturePropertyTypegetFeature()Gets the "feature" elementMeasureTypegetMeasure()Gets the "measure" elementStartValueType[]getStartValueArray()Gets array of all "startValue" elementsStartValueTypegetStartValueArray(int i)Gets ith "startValue" elementStartValueTypeinsertNewStartValue(int i)Inserts and returns a new empty value (as xml) as the ith "startValue" elementbooleanisSetCurve()True if has "curve" elementbooleanisSetEdge()True if has "edge" elementbooleanisSetFeature()True if has "feature" elementvoidremoveStartValue(int i)Removes the ith "startValue" elementvoidsetCurve(CurvePropertyType curve)Sets the "curve" elementvoidsetDefaultLRM(LinearReferencingMethodPropertyType defaultLRM)Sets the "defaultLRM" elementvoidsetEdge(DirectedEdgePropertyType edge)Sets the "edge" elementvoidsetFeature(FeaturePropertyType feature)Sets the "feature" elementvoidsetMeasure(MeasureType measure)Sets the "measure" elementvoidsetStartValueArray(int i, StartValueType startValue)Sets ith "startValue" elementvoidsetStartValueArray(StartValueType[] startValueArray)Sets array of all "startValue" elementintsizeOfStartValueArray()Returns number of "startValue" elementvoidunsetCurve()Unsets the "curve" elementvoidunsetEdge()Unsets the "edge" elementvoidunsetFeature()Unsets the "feature" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, 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
-
getFeature
FeaturePropertyType getFeature()
Gets the "feature" element
-
isSetFeature
boolean isSetFeature()
True if has "feature" element
-
setFeature
void setFeature(FeaturePropertyType feature)
Sets the "feature" element
-
addNewFeature
FeaturePropertyType addNewFeature()
Appends and returns a new empty "feature" element
-
unsetFeature
void unsetFeature()
Unsets the "feature" element
-
getCurve
CurvePropertyType getCurve()
Gets the "curve" element
-
isSetCurve
boolean isSetCurve()
True if has "curve" element
-
setCurve
void setCurve(CurvePropertyType curve)
Sets the "curve" element
-
addNewCurve
CurvePropertyType addNewCurve()
Appends and returns a new empty "curve" element
-
unsetCurve
void unsetCurve()
Unsets the "curve" element
-
getEdge
DirectedEdgePropertyType getEdge()
Gets the "edge" element
-
isSetEdge
boolean isSetEdge()
True if has "edge" element
-
setEdge
void setEdge(DirectedEdgePropertyType edge)
Sets the "edge" element
-
addNewEdge
DirectedEdgePropertyType addNewEdge()
Appends and returns a new empty "edge" element
-
unsetEdge
void unsetEdge()
Unsets the "edge" element
-
getDefaultLRM
LinearReferencingMethodPropertyType getDefaultLRM()
Gets the "defaultLRM" element
-
setDefaultLRM
void setDefaultLRM(LinearReferencingMethodPropertyType defaultLRM)
Sets the "defaultLRM" element
-
addNewDefaultLRM
LinearReferencingMethodPropertyType addNewDefaultLRM()
Appends and returns a new empty "defaultLRM" element
-
getMeasure
MeasureType getMeasure()
Gets the "measure" element
-
setMeasure
void setMeasure(MeasureType measure)
Sets the "measure" element
-
addNewMeasure
MeasureType addNewMeasure()
Appends and returns a new empty "measure" element
-
getStartValueArray
StartValueType[] getStartValueArray()
Gets array of all "startValue" elements
-
getStartValueArray
StartValueType getStartValueArray(int i)
Gets ith "startValue" element
-
sizeOfStartValueArray
int sizeOfStartValueArray()
Returns number of "startValue" element
-
setStartValueArray
void setStartValueArray(StartValueType[] startValueArray)
Sets array of all "startValue" element
-
setStartValueArray
void setStartValueArray(int i, StartValueType startValue)Sets ith "startValue" element
-
insertNewStartValue
StartValueType insertNewStartValue(int i)
Inserts and returns a new empty value (as xml) as the ith "startValue" element
-
addNewStartValue
StartValueType addNewStartValue()
Appends and returns a new empty value (as xml) as the last "startValue" element
-
removeStartValue
void removeStartValue(int i)
Removes the ith "startValue" element
-
-