|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--Geometry.RegionCoordinate
Defines by ring and sector a coordinate on a Region or a Topology that can have an associated elevation (or any float value).
Region| Field Summary | |
float |
elevation
|
float |
ring
|
float |
sector
|
| Constructor Summary | |
RegionCoordinate(float ring,
float sector)
Creates a new two-dimensional coordinate, which may be scaled according to Region or Topology rings and sectors. |
|
RegionCoordinate(float ring,
float sector,
float elevation)
Creates a new three-dimensional coordinate, which may be scaled according to Region or Topology rings and sectors. |
|
| Method Summary | |
RegionCoordinate |
getClone()
Returns a clone of this object. |
java.lang.String |
toString()
Returns a string representation of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public float ring
public float sector
public float elevation
| Constructor Detail |
public RegionCoordinate(float ring,
float sector,
float elevation)
ring - - the ringsector - - the sectorelevation - - the elevation at this point
public RegionCoordinate(float ring,
float sector)
ring - - the ringsector - - the sector| Method Detail |
public RegionCoordinate getClone()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||