public abstract class AbstractCurveSegment extends java.lang.Object implements GML, Associable, Child, Copyable
Constructor and Description |
---|
AbstractCurveSegment() |
Modifier and Type | Method and Description |
---|---|
abstract BoundingBox |
calcBoundingBox() |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Integer |
getNumDerivativeInterior() |
java.lang.Integer |
getNumDerivativesAtEnd() |
java.lang.Integer |
getNumDerivativesAtStart() |
ModelObject |
getParent() |
boolean |
isSetNumDerivativeInterior() |
boolean |
isSetNumDerivativesAtEnd() |
boolean |
isSetNumDerivativesAtStart() |
boolean |
isSetParent() |
void |
setNumDerivativeInterior(java.lang.Integer numDerivativeInterior) |
void |
setNumDerivativesAtEnd(java.lang.Integer numDerivativesAtEnd) |
void |
setNumDerivativesAtStart(java.lang.Integer numDerivativesAtStart) |
void |
setParent(ModelObject parent) |
void |
unsetNumDerivativeInterior() |
void |
unsetNumDerivativesAtEnd() |
void |
unsetNumDerivativesAtStart() |
void |
unsetParent() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGMLClass
public java.lang.Integer getNumDerivativeInterior()
public java.lang.Integer getNumDerivativesAtEnd()
public java.lang.Integer getNumDerivativesAtStart()
public boolean isSetNumDerivativeInterior()
public boolean isSetNumDerivativesAtEnd()
public boolean isSetNumDerivativesAtStart()
public void setNumDerivativeInterior(java.lang.Integer numDerivativeInterior)
public void setNumDerivativesAtEnd(java.lang.Integer numDerivativesAtEnd)
public void setNumDerivativesAtStart(java.lang.Integer numDerivativesAtStart)
public void unsetNumDerivativeInterior()
public void unsetNumDerivativesAtEnd()
public void unsetNumDerivativesAtStart()
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public abstract BoundingBox calcBoundingBox()