public class LinearRingPropertyType extends Object
Java class for LinearRingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected LinearRing |
linearRing |
| Constructor and Description |
|---|
LinearRingPropertyType()
Default no-arg constructor
|
LinearRingPropertyType(LinearRing linearRing)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
LinearRing |
getLinearRing()
Gets the value of the linearRing property.
|
void |
setLinearRing(LinearRing value)
Sets the value of the linearRing property.
|
protected LinearRing linearRing
public LinearRingPropertyType()
public LinearRingPropertyType(LinearRing linearRing)
public LinearRing getLinearRing()
LinearRingpublic void setLinearRing(LinearRing value)
value - allowed object is
LinearRingCopyright © 2016. All rights reserved.