|
||||||||||
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.LinearRingPropertyType
public class LinearRingPropertyType
Encapsulates a ring to represent properties in features or geometry collections.
Java-Klasse für LinearRingPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="LinearRingPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.opengis.net/gml}LinearRing"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
LinearRingPropertyType()
|
Method Summary | |
---|---|
LinearRingType |
getLinearRing()
Ruft den Wert der linearRing-Eigenschaft ab. |
boolean |
isSetLinearRing()
|
void |
setLinearRing(LinearRingType value)
Legt den Wert der linearRing-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearRingPropertyType()
Method Detail |
---|
public LinearRingType getLinearRing()
LinearRingType
public void setLinearRing(LinearRingType value)
value
- allowed object is
LinearRingType
public boolean isSetLinearRing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |