|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractCurveSegmentType
public abstract class AbstractCurveSegmentType
Curve segment defines a homogeneous segment of a curve.
Classe Java pour AbstractCurveSegmentType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractCurveSegmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="numDerivativesAtStart" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="numDerivativesAtEnd" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="numDerivativeInterior" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
numDerivativeInterior
|
protected BigInteger |
numDerivativesAtEnd
|
protected BigInteger |
numDerivativesAtStart
|
| Constructor Summary | |
|---|---|
AbstractCurveSegmentType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getNumDerivativeInterior()
Obtient la valeur de la propriété numDerivativeInterior. |
BigInteger |
getNumDerivativesAtEnd()
Obtient la valeur de la propriété numDerivativesAtEnd. |
BigInteger |
getNumDerivativesAtStart()
Obtient la valeur de la propriété numDerivativesAtStart. |
boolean |
isSetNumDerivativeInterior()
|
boolean |
isSetNumDerivativesAtEnd()
|
boolean |
isSetNumDerivativesAtStart()
|
void |
setNumDerivativeInterior(BigInteger value)
Définit la valeur de la propriété numDerivativeInterior. |
void |
setNumDerivativesAtEnd(BigInteger value)
Définit la valeur de la propriété numDerivativesAtEnd. |
void |
setNumDerivativesAtStart(BigInteger value)
Définit la valeur de la propriété numDerivativesAtStart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger numDerivativesAtStart
protected BigInteger numDerivativesAtEnd
protected BigInteger numDerivativeInterior
| Constructor Detail |
|---|
public AbstractCurveSegmentType()
| Method Detail |
|---|
public BigInteger getNumDerivativesAtStart()
BigIntegerpublic void setNumDerivativesAtStart(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumDerivativesAtStart()
public BigInteger getNumDerivativesAtEnd()
BigIntegerpublic void setNumDerivativesAtEnd(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumDerivativesAtEnd()
public BigInteger getNumDerivativeInterior()
BigIntegerpublic void setNumDerivativeInterior(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumDerivativeInterior()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||