org.citygml4j.jaxb.gml._3_1_1
Class ClothoidType.RefLocation

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.ClothoidType.RefLocation
Enclosing class:
ClothoidType

public static class ClothoidType.RefLocation
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}AffinePlacement"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ClothoidType.RefLocation()
           
 
Method Summary
 AffinePlacementType getAffinePlacement()
          The "refLocation" is an affine mapping that places the curve defined by the Fresnel Integrals into the co-ordinate reference system of this object.
 boolean isSetAffinePlacement()
           
 void setAffinePlacement(AffinePlacementType value)
          Sets the value of the affinePlacement property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClothoidType.RefLocation

public ClothoidType.RefLocation()
Method Detail

getAffinePlacement

public AffinePlacementType getAffinePlacement()
The "refLocation" is an affine mapping that places the curve defined by the Fresnel Integrals into the co-ordinate reference system of this object.

Returns:
possible object is AffinePlacementType

setAffinePlacement

public void setAffinePlacement(AffinePlacementType value)
Sets the value of the affinePlacement property.

Parameters:
value - allowed object is AffinePlacementType

isSetAffinePlacement

public boolean isSetAffinePlacement()