org.citygml4j.jaxb.gml._3_1_1
Class LinearRingPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.LinearRingPropertyType

public class LinearRingPropertyType
extends java.lang.Object

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

LinearRingPropertyType

public LinearRingPropertyType()
Method Detail

getLinearRing

public LinearRingType getLinearRing()
Ruft den Wert der linearRing-Eigenschaft ab.

Returns:
possible object is LinearRingType

setLinearRing

public void setLinearRing(LinearRingType value)
Legt den Wert der linearRing-Eigenschaft fest.

Parameters:
value - allowed object is LinearRingType

isSetLinearRing

public boolean isSetLinearRing()