public abstract class TransformBuilder extends Object
Defined in the sis-referencing
module
Modifier | Constructor and Description |
---|---|
protected |
TransformBuilder()
For subclass constructors.
|
Modifier and Type | Method and Description |
---|---|
abstract MathTransform |
create(MathTransformFactory factory)
Creates a transform from the source points to the target points.
|
public abstract MathTransform create(MathTransformFactory factory) throws FactoryException
factory
- the factory to use for creating the transform, or null
for the default factory.FactoryException
- if the transform can not be created,
for example because the target points have not be specified.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.