|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.resources.BoundingBoxes
public final class BoundingBoxes
Provides convenience methods for geographic bounding boxes.
This is mostly a helper class for GeographicBoundingBoxImpl
; users should not use this
class directly.
Method Summary | |
---|---|
static void |
copy(org.opengis.geometry.Envelope envelope,
GeographicBoundingBoxImpl box)
Initializes a geographic bounding box from the specified envelope. |
static java.lang.String |
toString(org.opengis.metadata.extent.GeographicBoundingBox box,
java.lang.String pattern,
java.util.Locale locale)
Returns a string representation of the specified extent using the specified angle pattern and locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void copy(org.opengis.geometry.Envelope envelope, GeographicBoundingBoxImpl box) throws org.opengis.referencing.operation.TransformException
envelope
- The source envelope.box
- The target bounding box.
org.opengis.referencing.operation.TransformException
public static java.lang.String toString(org.opengis.metadata.extent.GeographicBoundingBox box, java.lang.String pattern, java.util.Locale locale)
AngleFormat
for a description of angle patterns.
box
- The bounding box to format.pattern
- The angle pattern (e.g. DD°MM'SS.s"
.locale
- The locale, or null
for the default one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |