public class SpatialOperatorImpl extends OperatorImpl implements SpatialOperator
Constructor and Description |
---|
SpatialOperatorImpl(SpatialOperator copy) |
SpatialOperatorImpl(String name) |
SpatialOperatorImpl(String name,
Collection<GeometryOperand> geometryOperands) |
SpatialOperatorImpl(String name,
GeometryOperand... geometryOperands) |
Modifier and Type | Method and Description |
---|---|
void |
addAll(SpatialOperator copy) |
Collection<GeometryOperand> |
getGeometryOperands()
Returns the geometryOperands.
|
void |
setGeometryOperands(Collection<GeometryOperand> geometryOperands) |
public SpatialOperatorImpl(String name)
public SpatialOperatorImpl(String name, Collection<GeometryOperand> geometryOperands)
public SpatialOperatorImpl(String name, GeometryOperand... geometryOperands)
public SpatialOperatorImpl(SpatialOperator copy)
public void setGeometryOperands(Collection<GeometryOperand> geometryOperands)
public Collection<GeometryOperand> getGeometryOperands()
SpatialOperator
getGeometryOperands
in interface SpatialOperator
public void addAll(SpatialOperator copy)
Copyright © 1996–2022 Geotools. All rights reserved.