public final class BoundingBoxes extends Object
GeographicBoundingBoxImpl
; users should not use this
class directly.Modifier and Type | Method and Description |
---|---|
static void |
copy(Envelope envelope,
GeographicBoundingBoxImpl box)
Initializes a geographic bounding box from the specified envelope.
|
static String |
toString(GeographicBoundingBox box,
String pattern,
Locale locale)
Returns a string representation of the specified extent using the specified angle pattern and
locale.
|
public static void copy(Envelope envelope, GeographicBoundingBoxImpl box) throws TransformException
envelope
- The source envelope.box
- The target bounding box.TransformException
public static String toString(GeographicBoundingBox box, String pattern, 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.Copyright © 1996–2019 Geotools. All rights reserved.