Esri Geoportal Server
1.0

com.esri.gpt.framework.geometry
Class Geometry

java.lang.Object
  extended by com.esri.gpt.framework.geometry.Geometry
Direct Known Subclasses:
Envelope

public class Geometry
extends Object

Super-class for a geometry.


Constructor Summary
protected Geometry()
          Default constructor.
 
Method Summary
 void echo(StringBuffer sb)
          Appends property information for the component to a StringBuffer.
 String getWkid()
          Gets the well known id of the spatial reference system.
 void setWkid(String wkid)
          Sets the well known id of the spatial reference system.
 String toString()
          Returns the string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Geometry

protected Geometry()
Default constructor.

Method Detail

getWkid

public String getWkid()
Gets the well known id of the spatial reference system.

Returns:
the well known srs id

setWkid

public void setWkid(String wkid)
Sets the well known id of the spatial reference system.

Parameters:
wkid - well known srs id

echo

public void echo(StringBuffer sb)
Appends property information for the component to a StringBuffer.
The method is intended to support "FINEST" logging.
super.echo should be invoked prior appending any local information.

Parameters:
sb - the StringBuffer to use when appending information

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class Object
Returns:
the string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.