net.opengis.gml
Class OffsetCurveType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.OffsetCurveType

public class OffsetCurveType
extends AbstractCurveSegmentType

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

offsetBase

protected CurvePropertyType offsetBase

distance

protected LengthType distance

refDirection

protected VectorType refDirection
Constructor Detail

OffsetCurveType

public OffsetCurveType()
Method Detail

getOffsetBase

public CurvePropertyType getOffsetBase()
Obtient la valeur de la propriété offsetBase.

Returns:
possible object is CurvePropertyType

setOffsetBase

public void setOffsetBase(CurvePropertyType value)
Définit la valeur de la propriété offsetBase.

Parameters:
value - allowed object is CurvePropertyType

isSetOffsetBase

public boolean isSetOffsetBase()

getDistance

public LengthType getDistance()
Obtient la valeur de la propriété distance.

Returns:
possible object is LengthType

setDistance

public void setDistance(LengthType value)
Définit la valeur de la propriété distance.

Parameters:
value - allowed object is LengthType

isSetDistance

public boolean isSetDistance()

getRefDirection

public VectorType getRefDirection()
Obtient la valeur de la propriété refDirection.

Returns:
possible object is VectorType

setRefDirection

public void setRefDirection(VectorType value)
Définit la valeur de la propriété refDirection.

Parameters:
value - allowed object is VectorType

isSetRefDirection

public boolean isSetRefDirection()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.