|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractSurfacePatchType
net.opengis.gml.PolygonPatchType
public class PolygonPatchType
A PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves are coplanar and the polygon uses planar interpolation in its interior. Implements GM_Polygon of ISO 19107.
Classe Java pour PolygonPatchType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PolygonPatchType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSurfacePatchType">
<sequence>
<element ref="{http://www.opengis.net/gml}exterior" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}interior" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="interpolation" type="{http://www.opengis.net/gml}SurfaceInterpolationType" fixed="planar" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<AbstractRingPropertyType> |
exterior
|
protected List<JAXBElement<AbstractRingPropertyType>> |
interior
|
static SurfaceInterpolationType |
INTERPOLATION
|
| Constructor Summary | |
|---|---|
PolygonPatchType()
|
|
| Method Summary | |
|---|---|
JAXBElement<AbstractRingPropertyType> |
getExterior()
Obtient la valeur de la propriété exterior. |
List<JAXBElement<AbstractRingPropertyType>> |
getInterior()
Gets the value of the interior property. |
boolean |
isSetExterior()
|
boolean |
isSetInterior()
|
void |
setExterior(JAXBElement<AbstractRingPropertyType> value)
Définit la valeur de la propriété exterior. |
void |
unsetInterior()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<AbstractRingPropertyType> exterior
protected List<JAXBElement<AbstractRingPropertyType>> interior
public static final SurfaceInterpolationType INTERPOLATION
| Constructor Detail |
|---|
public PolygonPatchType()
| Method Detail |
|---|
public JAXBElement<AbstractRingPropertyType> getExterior()
JAXBElement<AbstractRingPropertyType>
JAXBElement<AbstractRingPropertyType>public void setExterior(JAXBElement<AbstractRingPropertyType> value)
value - allowed object is
JAXBElement<AbstractRingPropertyType>
JAXBElement<AbstractRingPropertyType>public boolean isSetExterior()
public List<JAXBElement<AbstractRingPropertyType>> getInterior()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interior property.
For example, to add a new item, do as follows:
getInterior().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractRingPropertyType>
JAXBElement<AbstractRingPropertyType>
public boolean isSetInterior()
public void unsetInterior()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||