|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractCurveSegmentType
net.opengis.gml.OffsetCurveType
public class OffsetCurveType
An offset curve is a curve at a constant distance from the basis curve. They can be useful as a cheap and simple alternative to constructing curves that are offsets by definition.
Classe Java pour OffsetCurveType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OffsetCurveType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCurveSegmentType">
<sequence>
<element name="offsetBase" type="{http://www.opengis.net/gml}CurvePropertyType"/>
<element name="distance" type="{http://www.opengis.net/gml}LengthType"/>
<element name="refDirection" type="{http://www.opengis.net/gml}VectorType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LengthType |
distance
|
protected CurvePropertyType |
offsetBase
|
protected VectorType |
refDirection
|
| Fields inherited from class net.opengis.gml.AbstractCurveSegmentType |
|---|
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart |
| Constructor Summary | |
|---|---|
OffsetCurveType()
|
|
| Method Summary | |
|---|---|
LengthType |
getDistance()
Obtient la valeur de la propriété distance. |
CurvePropertyType |
getOffsetBase()
Obtient la valeur de la propriété offsetBase. |
VectorType |
getRefDirection()
Obtient la valeur de la propriété refDirection. |
boolean |
isSetDistance()
|
boolean |
isSetOffsetBase()
|
boolean |
isSetRefDirection()
|
void |
setDistance(LengthType value)
Définit la valeur de la propriété distance. |
void |
setOffsetBase(CurvePropertyType value)
Définit la valeur de la propriété offsetBase. |
void |
setRefDirection(VectorType value)
Définit la valeur de la propriété refDirection. |
| Methods inherited from class net.opengis.gml.AbstractCurveSegmentType |
|---|
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CurvePropertyType offsetBase
protected LengthType distance
protected VectorType refDirection
| Constructor Detail |
|---|
public OffsetCurveType()
| Method Detail |
|---|
public CurvePropertyType getOffsetBase()
CurvePropertyTypepublic void setOffsetBase(CurvePropertyType value)
value - allowed object is
CurvePropertyTypepublic boolean isSetOffsetBase()
public LengthType getDistance()
LengthTypepublic void setDistance(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetDistance()
public VectorType getRefDirection()
VectorTypepublic void setRefDirection(VectorType value)
value - allowed object is
VectorTypepublic boolean isSetRefDirection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||