org.opengis.geometry.coordinate
Interface ArcByBulge

All Superinterfaces:
ArcStringByBulge, CurveSegment, GenericCurve

@UML(identifier="GM_ArcByBulge",
     specification=ISO_19107)
public interface ArcByBulge
extends ArcStringByBulge

Equivalents to the Arc, except the bulge representation is maintained.

Since:
GeoAPI 1.0
Author:
Martin Desruisseaux (IRD)
See Also:
GeometryFactory.createArcByBulge(org.opengis.geometry.coordinate.Position, org.opengis.geometry.coordinate.Position, double, double[])

Method Summary
 Arc asArcString()
          Recast as a base arc.
 
Methods inherited from interface ArcStringByBulge
getBulges, getInterpolation, getNormals, getNumArc
 
Methods inherited from interface CurveSegment
getBoundary, getCurve, getNumDerivativesAtEnd, getNumDerivativesAtStart, getNumDerivativesInterior, getSamplePoints, reverse
 
Methods inherited from interface GenericCurve
asLineString, forConstructiveParam, forParam, getEndConstructiveParam, getEndParam, getEndPoint, getParamForPoint, getStartConstructiveParam, getStartParam, getStartPoint, getTangent, length, length
 

Method Detail

asArcString

Arc asArcString()
Recast as a base arc.

Specified by:
asArcString in interface ArcStringByBulge
Returns:
This arc by bulge as a base arc.


Copyright © 1996-2014 Geotools. All Rights Reserved.