public static class PolygonType.Vertex
extends java.lang.Object
| Constructor and Description |
|---|
Vertex() |
Vertex(double latDegs,
double lonDegs) |
Vertex(LocationType lt) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitudeDegs() |
LocationType |
getLocation() |
double |
getLongitudeDegs() |
int |
hashCode() |
void |
setLocation(LocationType newLt) |
public Vertex()
public Vertex(LocationType lt)
public Vertex(double latDegs,
double lonDegs)
public int hashCode()
hashCode in class java.lang.Objectpublic void setLocation(LocationType newLt)
public LocationType getLocation()
public double getLatitudeDegs()
public double getLongitudeDegs()
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.