| Constructor and Description | 
|---|
| ExtentBuilder() | 
| ExtentBuilder(P parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| Extent | build()Created object, may be null if unset() | 
| P | end() | 
| ExtentBuilder<P> | reset()Configure the Builder to produce a default result. | 
| ExtentBuilder<P> | reset(Extent extent)Configure the Builder to produce a copy of the provided original. | 
| ExtentBuilder<P> | unset()Configure the Builder to produce  null. | 
public ExtentBuilder()
public ExtentBuilder(P parent)
public Extent build()
Builderpublic P end()
public ExtentBuilder<P> reset()
Builderpublic ExtentBuilder<P> reset(Extent extent)
Builderpublic ExtentBuilder<P> unset()
Buildernull.
 This method allows a Builder to be used as a placeholder; in its unset state the build()
 method will produce null. If any of the builder methods are used the builder
 will produce a result.
Copyright © 1996–2019 Geotools. All rights reserved.