public abstract static class CoordinateTransform.Builder<T extends CoordinateTransform.Builder<T>> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
addParameter(Attribute param) |
T |
addParameter(Parameter param)
Deprecated.
use addParameter(Attribute param)
|
abstract CoordinateTransform |
build() |
protected abstract T |
self() |
T |
setAuthority(String authority) |
T |
setCtvAttributes(AttributeContainer attributeContainer) |
T |
setName(String name) |
T |
setTransformType(TransformType transformType) |
public String name
protected abstract T self()
public T setTransformType(TransformType transformType)
public T setCtvAttributes(AttributeContainer attributeContainer)
@Deprecated public T addParameter(Parameter param)
public abstract CoordinateTransform build()