public class CTGeoDataPointQuery extends Object
Java class for CT_GeoDataPointQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoDataPointQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="entityType" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_EntityType" />
<attribute name="latitude" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="longitude" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STEntityType |
entityType |
protected double |
latitude |
protected double |
longitude |
| Constructor and Description |
|---|
CTGeoDataPointQuery() |
| Modifier and Type | Method and Description |
|---|---|
STEntityType |
getEntityType()
Gets the value of the entityType property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
void |
setEntityType(STEntityType value)
Sets the value of the entityType property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
protected STEntityType entityType
protected double latitude
protected double longitude
public STEntityType getEntityType()
STEntityTypepublic void setEntityType(STEntityType value)
value - allowed object is
STEntityTypepublic double getLatitude()
public void setLatitude(double value)
public double getLongitude()
public void setLongitude(double value)
Copyright © 2007-2022. All Rights Reserved.