|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.KnotType
public class KnotType
A knot is a breakpoint on a piecewise spline curve.
Classe Java pour KnotType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="KnotType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="multiplicity" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="weight" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
multiplicity
|
protected double |
value
|
protected double |
weight
|
| Constructor Summary | |
|---|---|
KnotType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getMultiplicity()
Obtient la valeur de la propriété multiplicity. |
double |
getValue()
Obtient la valeur de la propriété value. |
double |
getWeight()
Obtient la valeur de la propriété weight. |
boolean |
isSetMultiplicity()
|
boolean |
isSetValue()
|
boolean |
isSetWeight()
|
void |
setMultiplicity(BigInteger value)
Définit la valeur de la propriété multiplicity. |
void |
setValue(double value)
Définit la valeur de la propriété value. |
void |
setWeight(double value)
Définit la valeur de la propriété weight. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double value
protected BigInteger multiplicity
protected double weight
| Constructor Detail |
|---|
public KnotType()
| Method Detail |
|---|
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public BigInteger getMultiplicity()
BigIntegerpublic void setMultiplicity(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMultiplicity()
public double getWeight()
public void setWeight(double value)
public boolean isSetWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||