org.geotools.geometry
Class JTS.ReferencedEnvelope

java.lang.Object
  extended bycom.vividsolutions.jts.geom.Envelope
      extended byorg.geotools.geometry.JTS.ReferencedEnvelope
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JTS

Deprecated. Moved to ReferencedEnvelope.

public static class JTS.ReferencedEnvelope
extends com.vividsolutions.jts.geom.Envelope

A JTS envelope associated with a coordinate reference system.

See Also:
Serialized Form

Constructor Summary
JTS.ReferencedEnvelope(com.vividsolutions.jts.geom.Envelope env, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Deprecated. Creates a new envelope with the specified coordinate reference system.
 
Method Summary
 org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
          Deprecated. Returns the coordinate reference system associated with this envelope.
 
Methods inherited from class com.vividsolutions.jts.geom.Envelope
contains, contains, contains, distance, equals, expandToInclude, expandToInclude, expandToInclude, getHeight, getMaxX, getMaxY, getMinX, getMinY, getWidth, hashCode, init, init, init, init, init, intersects, intersects, intersects, intersects, intersects, isNull, overlaps, overlaps, overlaps, setToNull, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JTS.ReferencedEnvelope

public JTS.ReferencedEnvelope(com.vividsolutions.jts.geom.Envelope env,
                              org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Deprecated. 
Creates a new envelope with the specified coordinate reference system.

Method Detail

getCRS

public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
Deprecated. 
Returns the coordinate reference system associated with this envelope.



Copyright © GeoTools. All Rights Reserved.