Package net.opengis.gml._3
Class LinearRingPropertyType
- java.lang.Object
-
- net.opengis.gml._3.LinearRingPropertyType
-
- All Implemented Interfaces:
Serializable
public class LinearRingPropertyType extends Object implements Serializable
A property with the content model of gml:LinearRingPropertyType encapsulates a linear ring to represent a component of a surface boundary.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"> <sequence> <element ref="{http://www.opengis.net/gml/3.2}LinearRing"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected LinearRingTypelinearRing
-
Constructor Summary
Constructors Constructor Description LinearRingPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinearRingTypegetLinearRing()Gets the value of the linearRing property.voidsetLinearRing(LinearRingType value)Sets the value of the linearRing property.
-
-
-
Field Detail
-
linearRing
protected LinearRingType linearRing
-
-
Method Detail
-
getLinearRing
public LinearRingType getLinearRing()
Gets the value of the linearRing property.- Returns:
- possible object is
LinearRingType
-
setLinearRing
public void setLinearRing(LinearRingType value)
Sets the value of the linearRing property.- Parameters:
value- allowed object isLinearRingType
-
-