Package net.opengis.gml.x32
Interface AbstractCurveSegmentType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ArcByBulgeType,ArcByCenterPointType,ArcStringByBulgeType,ArcStringType,ArcType,BezierType,BSplineType,CircleByCenterPointType,CircleType,ClothoidType,CubicSplineType,GeodesicStringType,GeodesicType,LineStringSegmentType,OffsetCurveType
- All Known Implementing Classes:
AbstractCurveSegmentTypeImpl,ArcByBulgeTypeImpl,ArcByCenterPointTypeImpl,ArcStringByBulgeTypeImpl,ArcStringTypeImpl,ArcTypeImpl,BezierTypeImpl,BSplineTypeImpl,CircleByCenterPointTypeImpl,CircleTypeImpl,ClothoidTypeImpl,CubicSplineTypeImpl,GeodesicStringTypeImpl,GeodesicTypeImpl,LineStringSegmentTypeImpl,OffsetCurveTypeImpl
public interface AbstractCurveSegmentType extends org.apache.xmlbeans.XmlObjectAn XML AbstractCurveSegmentType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractCurveSegmentType.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 BigIntegergetNumDerivativeInterior()Gets the "numDerivativeInterior" attributeBigIntegergetNumDerivativesAtEnd()Gets the "numDerivativesAtEnd" attributeBigIntegergetNumDerivativesAtStart()Gets the "numDerivativesAtStart" attributebooleanisSetNumDerivativeInterior()True if has "numDerivativeInterior" attributebooleanisSetNumDerivativesAtEnd()True if has "numDerivativesAtEnd" attributebooleanisSetNumDerivativesAtStart()True if has "numDerivativesAtStart" attributevoidsetNumDerivativeInterior(BigInteger numDerivativeInterior)Sets the "numDerivativeInterior" attributevoidsetNumDerivativesAtEnd(BigInteger numDerivativesAtEnd)Sets the "numDerivativesAtEnd" attributevoidsetNumDerivativesAtStart(BigInteger numDerivativesAtStart)Sets the "numDerivativesAtStart" attributevoidunsetNumDerivativeInterior()Unsets the "numDerivativeInterior" attributevoidunsetNumDerivativesAtEnd()Unsets the "numDerivativesAtEnd" attributevoidunsetNumDerivativesAtStart()Unsets the "numDerivativesAtStart" attributeorg.apache.xmlbeans.XmlIntegerxgetNumDerivativeInterior()Gets (as xml) the "numDerivativeInterior" attributeorg.apache.xmlbeans.XmlIntegerxgetNumDerivativesAtEnd()Gets (as xml) the "numDerivativesAtEnd" attributeorg.apache.xmlbeans.XmlIntegerxgetNumDerivativesAtStart()Gets (as xml) the "numDerivativesAtStart" attributevoidxsetNumDerivativeInterior(org.apache.xmlbeans.XmlInteger numDerivativeInterior)Sets (as xml) the "numDerivativeInterior" attributevoidxsetNumDerivativesAtEnd(org.apache.xmlbeans.XmlInteger numDerivativesAtEnd)Sets (as xml) the "numDerivativesAtEnd" attributevoidxsetNumDerivativesAtStart(org.apache.xmlbeans.XmlInteger numDerivativesAtStart)Sets (as xml) the "numDerivativesAtStart" attribute-
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
-
getNumDerivativesAtStart
BigInteger getNumDerivativesAtStart()
Gets the "numDerivativesAtStart" attribute
-
xgetNumDerivativesAtStart
org.apache.xmlbeans.XmlInteger xgetNumDerivativesAtStart()
Gets (as xml) the "numDerivativesAtStart" attribute
-
isSetNumDerivativesAtStart
boolean isSetNumDerivativesAtStart()
True if has "numDerivativesAtStart" attribute
-
setNumDerivativesAtStart
void setNumDerivativesAtStart(BigInteger numDerivativesAtStart)
Sets the "numDerivativesAtStart" attribute
-
xsetNumDerivativesAtStart
void xsetNumDerivativesAtStart(org.apache.xmlbeans.XmlInteger numDerivativesAtStart)
Sets (as xml) the "numDerivativesAtStart" attribute
-
unsetNumDerivativesAtStart
void unsetNumDerivativesAtStart()
Unsets the "numDerivativesAtStart" attribute
-
getNumDerivativesAtEnd
BigInteger getNumDerivativesAtEnd()
Gets the "numDerivativesAtEnd" attribute
-
xgetNumDerivativesAtEnd
org.apache.xmlbeans.XmlInteger xgetNumDerivativesAtEnd()
Gets (as xml) the "numDerivativesAtEnd" attribute
-
isSetNumDerivativesAtEnd
boolean isSetNumDerivativesAtEnd()
True if has "numDerivativesAtEnd" attribute
-
setNumDerivativesAtEnd
void setNumDerivativesAtEnd(BigInteger numDerivativesAtEnd)
Sets the "numDerivativesAtEnd" attribute
-
xsetNumDerivativesAtEnd
void xsetNumDerivativesAtEnd(org.apache.xmlbeans.XmlInteger numDerivativesAtEnd)
Sets (as xml) the "numDerivativesAtEnd" attribute
-
unsetNumDerivativesAtEnd
void unsetNumDerivativesAtEnd()
Unsets the "numDerivativesAtEnd" attribute
-
getNumDerivativeInterior
BigInteger getNumDerivativeInterior()
Gets the "numDerivativeInterior" attribute
-
xgetNumDerivativeInterior
org.apache.xmlbeans.XmlInteger xgetNumDerivativeInterior()
Gets (as xml) the "numDerivativeInterior" attribute
-
isSetNumDerivativeInterior
boolean isSetNumDerivativeInterior()
True if has "numDerivativeInterior" attribute
-
setNumDerivativeInterior
void setNumDerivativeInterior(BigInteger numDerivativeInterior)
Sets the "numDerivativeInterior" attribute
-
xsetNumDerivativeInterior
void xsetNumDerivativeInterior(org.apache.xmlbeans.XmlInteger numDerivativeInterior)
Sets (as xml) the "numDerivativeInterior" attribute
-
unsetNumDerivativeInterior
void unsetNumDerivativeInterior()
Unsets the "numDerivativeInterior" attribute
-
-