public interface LinearElementType extends AbstractGMLType
| Modifier and Type | Interface and Description |
|---|---|
static class |
LinearElementType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CurvePropertyType |
addNewCurve()
Appends and returns a new empty "curve" element
|
LinearReferencingMethodPropertyType |
addNewDefaultLRM()
Appends and returns a new empty "defaultLRM" element
|
DirectedEdgePropertyType |
addNewEdge()
Appends and returns a new empty "edge" element
|
FeaturePropertyType |
addNewFeature()
Appends and returns a new empty "feature" element
|
MeasureType |
addNewMeasure()
Appends and returns a new empty "measure" element
|
StartValueType |
addNewStartValue()
Appends and returns a new empty value (as xml) as the last "startValue" element
|
CurvePropertyType |
getCurve()
Gets the "curve" element
|
LinearReferencingMethodPropertyType |
getDefaultLRM()
Gets the "defaultLRM" element
|
DirectedEdgePropertyType |
getEdge()
Gets the "edge" element
|
FeaturePropertyType |
getFeature()
Gets the "feature" element
|
MeasureType |
getMeasure()
Gets the "measure" element
|
StartValueType[] |
getStartValueArray()
Gets array of all "startValue" elements
|
StartValueType |
getStartValueArray(int i)
Gets ith "startValue" element
|
StartValueType |
insertNewStartValue(int i)
Inserts and returns a new empty value (as xml) as the ith "startValue" element
|
boolean |
isSetCurve()
True if has "curve" element
|
boolean |
isSetEdge()
True if has "edge" element
|
boolean |
isSetFeature()
True if has "feature" element
|
void |
removeStartValue(int i)
Removes the ith "startValue" element
|
void |
setCurve(CurvePropertyType curve)
Sets the "curve" element
|
void |
setDefaultLRM(LinearReferencingMethodPropertyType defaultLRM)
Sets the "defaultLRM" element
|
void |
setEdge(DirectedEdgePropertyType edge)
Sets the "edge" element
|
void |
setFeature(FeaturePropertyType feature)
Sets the "feature" element
|
void |
setMeasure(MeasureType measure)
Sets the "measure" element
|
void |
setStartValueArray(int i,
StartValueType startValue)
Sets ith "startValue" element
|
void |
setStartValueArray(StartValueType[] startValueArray)
Sets array of all "startValue" element
|
int |
sizeOfStartValueArray()
Returns number of "startValue" element
|
void |
unsetCurve()
Unsets the "curve" element
|
void |
unsetEdge()
Unsets the "edge" element
|
void |
unsetFeature()
Unsets the "feature" element
|
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, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextFeaturePropertyType getFeature()
boolean isSetFeature()
void setFeature(FeaturePropertyType feature)
FeaturePropertyType addNewFeature()
void unsetFeature()
CurvePropertyType getCurve()
boolean isSetCurve()
void setCurve(CurvePropertyType curve)
CurvePropertyType addNewCurve()
void unsetCurve()
DirectedEdgePropertyType getEdge()
boolean isSetEdge()
void setEdge(DirectedEdgePropertyType edge)
DirectedEdgePropertyType addNewEdge()
void unsetEdge()
LinearReferencingMethodPropertyType getDefaultLRM()
void setDefaultLRM(LinearReferencingMethodPropertyType defaultLRM)
LinearReferencingMethodPropertyType addNewDefaultLRM()
MeasureType getMeasure()
void setMeasure(MeasureType measure)
MeasureType addNewMeasure()
StartValueType[] getStartValueArray()
StartValueType getStartValueArray(int i)
int sizeOfStartValueArray()
void setStartValueArray(StartValueType[] startValueArray)
void setStartValueArray(int i,
StartValueType startValue)
StartValueType insertNewStartValue(int i)
StartValueType addNewStartValue()
void removeStartValue(int i)
Copyright © 2015–2018 52north.org. All rights reserved.