Package net.opengis.gml.x32
Interface OffsetCurveType
-
- All Superinterfaces:
AbstractCurveSegmentType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OffsetCurveTypeImpl
public interface OffsetCurveType extends AbstractCurveSegmentType
An XML OffsetCurveType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOffsetCurveType.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 LengthTypeaddNewDistance()Appends and returns a new empty "distance" elementCurvePropertyTypeaddNewOffsetBase()Appends and returns a new empty "offsetBase" elementVectorTypeaddNewRefDirection()Appends and returns a new empty "refDirection" elementLengthTypegetDistance()Gets the "distance" elementCurvePropertyTypegetOffsetBase()Gets the "offsetBase" elementVectorTypegetRefDirection()Gets the "refDirection" elementbooleanisSetRefDirection()True if has "refDirection" elementvoidsetDistance(LengthType distance)Sets the "distance" elementvoidsetOffsetBase(CurvePropertyType offsetBase)Sets the "offsetBase" elementvoidsetRefDirection(VectorType refDirection)Sets the "refDirection" elementvoidunsetRefDirection()Unsets the "refDirection" element-
Methods inherited from interface net.opengis.gml.x32.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart, xgetNumDerivativeInterior, xgetNumDerivativesAtEnd, xgetNumDerivativesAtStart, xsetNumDerivativeInterior, xsetNumDerivativesAtEnd, xsetNumDerivativesAtStart
-
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
-
getOffsetBase
CurvePropertyType getOffsetBase()
Gets the "offsetBase" element
-
setOffsetBase
void setOffsetBase(CurvePropertyType offsetBase)
Sets the "offsetBase" element
-
addNewOffsetBase
CurvePropertyType addNewOffsetBase()
Appends and returns a new empty "offsetBase" element
-
getDistance
LengthType getDistance()
Gets the "distance" element
-
setDistance
void setDistance(LengthType distance)
Sets the "distance" element
-
addNewDistance
LengthType addNewDistance()
Appends and returns a new empty "distance" element
-
getRefDirection
VectorType getRefDirection()
Gets the "refDirection" element
-
isSetRefDirection
boolean isSetRefDirection()
True if has "refDirection" element
-
setRefDirection
void setRefDirection(VectorType refDirection)
Sets the "refDirection" element
-
addNewRefDirection
VectorType addNewRefDirection()
Appends and returns a new empty "refDirection" element
-
unsetRefDirection
void unsetRefDirection()
Unsets the "refDirection" element
-
-