|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.ClothoidType.RefLocation
public static class ClothoidType.RefLocation
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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)
Legt den Wert der affinePlacement-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClothoidType.RefLocation()
Method Detail |
---|
public AffinePlacementType getAffinePlacement()
AffinePlacementType
public void setAffinePlacement(AffinePlacementType value)
value
- allowed object is
AffinePlacementType
public boolean isSetAffinePlacement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |