
public class VlakOfPuntType extends Object
Java class for VlakOfPuntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VlakOfPuntType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="vlakGeometrie" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
<element name="puntGeometrie" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointPropertyType |
puntGeometrie |
protected SurfacePropertyType |
vlakGeometrie |
| Constructor and Description |
|---|
VlakOfPuntType() |
| Modifier and Type | Method and Description |
|---|---|
PointPropertyType |
getPuntGeometrie()
Gets the value of the puntGeometrie property.
|
SurfacePropertyType |
getVlakGeometrie()
Gets the value of the vlakGeometrie property.
|
void |
setPuntGeometrie(PointPropertyType value)
Sets the value of the puntGeometrie property.
|
void |
setVlakGeometrie(SurfacePropertyType value)
Sets the value of the vlakGeometrie property.
|
protected SurfacePropertyType vlakGeometrie
protected PointPropertyType puntGeometrie
public SurfacePropertyType getVlakGeometrie()
SurfacePropertyTypepublic void setVlakGeometrie(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic PointPropertyType getPuntGeometrie()
PointPropertyTypepublic void setPuntGeometrie(PointPropertyType value)
value - allowed object is
PointPropertyTypeCopyright © 2014–2020 B3Partners B.V.. All rights reserved.