public class Point extends Object
Java class for point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="point">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="pointLongitude" type="{http://datacite.org/schema/kernel-4}longitudeType"/>
<element name="pointLatitude" type="{http://datacite.org/schema/kernel-4}latitudeType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
pointLatitude |
protected float |
pointLongitude |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
float |
getPointLatitude()
Gets the value of the pointLatitude property.
|
float |
getPointLongitude()
Gets the value of the pointLongitude property.
|
void |
setPointLatitude(float value)
Sets the value of the pointLatitude property.
|
void |
setPointLongitude(float value)
Sets the value of the pointLongitude property.
|
protected float pointLongitude
protected float pointLatitude
public float getPointLongitude()
public void setPointLongitude(float value)
value - the longitudepublic float getPointLatitude()
public void setPointLatitude(float value)
value - the latitudeCopyright © 2017–2020 CNES. All rights reserved.