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()
Builder
public P end()
public ExtentBuilder<P> reset()
Builder
public ExtentBuilder<P> reset(Extent extent)
Builder
public ExtentBuilder<P> unset()
Builder
null
.
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.