net.opengis.gml
Class LinearRingPropertyType
java.lang.Object
net.opengis.gml.LinearRingPropertyType
public class LinearRingPropertyType
- extends Object
Encapsulates a ring to represent properties in features or geometry collections.
Classe Java pour LinearRingPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
linearRing
protected LinearRingType linearRing
LinearRingPropertyType
public LinearRingPropertyType()
getLinearRing
public LinearRingType getLinearRing()
- Obtient la valeur de la propriété linearRing.
- Returns:
- possible object is
LinearRingType
setLinearRing
public void setLinearRing(LinearRingType value)
- Définit la valeur de la propriété linearRing.
- Parameters:
value - allowed object is
LinearRingType
isSetLinearRing
public boolean isSetLinearRing()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.