public abstract static class ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> extends CoordinateTransform.Builder<T>
Modifier and Type | Field and Description |
---|---|
ProjectionImpl |
projection |
name
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProjectionCT |
build(NetcdfDataset ncd) |
ProjectionCT.Builder<?> |
setProjection(ProjectionImpl projection) |
setAttributeContainer, setAuthority, setName, setPreBuilt, setTransformType
public ProjectionImpl projection
public ProjectionCT.Builder<?> setProjection(ProjectionImpl projection)
public ProjectionCT build(NetcdfDataset ncd)
build
in class CoordinateTransform.Builder<T extends ProjectionCT.Builder<T>>