public static class Resource.GeoLocations.GeoLocation.GeoLocationPolygon extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="polygonPoint" type="{http://datacite.org/schema/kernel-4}point" maxOccurs="unbounded" minOccurs="4"/>
<element name="inPolygonPoint" type="{http://datacite.org/schema/kernel-4}point" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
inPolygonPoint |
protected List<Point> |
polygonPoint |
| Constructor and Description |
|---|
GeoLocationPolygon() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getInPolygonPoint()
Gets the value of the inPolygonPoint property.
|
List<Point> |
getPolygonPoint()
Gets the value of the polygonPoint property.
|
void |
setInPolygonPoint(Point value)
Sets the value of the inPolygonPoint property.
|
protected Point inPolygonPoint
public List<Point> getPolygonPoint()
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
polygonPoint property.
For example, to add a new item, do as follows:
getPolygonPoint().add(newItem);
Objects of the following type(s) are allowed in the list Point
public Point getInPolygonPoint()
PointCopyright © 2017–2020 CNES. All rights reserved.