Package nl.b3p.csw.jaxb.gml
Class ClothoidType.RefLocation
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.ClothoidType.RefLocation
-
- Enclosing class:
- ClothoidType
public static class ClothoidType.RefLocation extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AffinePlacementaffinePlacement
-
Constructor Summary
Constructors Constructor Description RefLocation()Default no-arg constructorRefLocation(AffinePlacement affinePlacement)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffinePlacementgetAffinePlacement()The "refLocation" is an affine mapping that places the curve defined by the Fresnel Integrals into the co-ordinate reference system of this object.voidsetAffinePlacement(AffinePlacement value)Sets the value of the affinePlacement property.
-
-
-
Field Detail
-
affinePlacement
protected AffinePlacement affinePlacement
-
-
Constructor Detail
-
RefLocation
public RefLocation()
Default no-arg constructor
-
RefLocation
public RefLocation(AffinePlacement affinePlacement)
Fully-initialising value constructor
-
-
Method Detail
-
getAffinePlacement
public AffinePlacement 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
AffinePlacement
-
setAffinePlacement
public void setAffinePlacement(AffinePlacement value)
Sets the value of the affinePlacement property.- Parameters:
value- allowed object isAffinePlacement
-
-