@ProviderType
public interface ShapeTranslator<T>
Modifier and Type | Method and Description |
---|---|
T |
translate(CircleShape circleShape) |
T |
translate(EnvelopeShape envelopeShape) |
T |
translate(GeometryCollectionShape geometryCollectionShape) |
T |
translate(LineStringShape lineStringShape) |
T |
translate(MultiLineStringShape multiLineStringShape) |
T |
translate(MultiPointShape multiPointShape) |
T |
translate(MultiPolygonShape multiPolygonShape) |
T |
translate(PointShape pointShape) |
T |
translate(PolygonShape polygonShape) |
T translate(CircleShape circleShape)
T translate(EnvelopeShape envelopeShape)
T translate(GeometryCollectionShape geometryCollectionShape)
T translate(LineStringShape lineStringShape)
T translate(MultiLineStringShape multiLineStringShape)
T translate(MultiPointShape multiPointShape)
T translate(MultiPolygonShape multiPolygonShape)
T translate(PointShape pointShape)
T translate(PolygonShape polygonShape)