public interface IGPEContentHandlerSFP0
Modifier and Type | Method and Description |
---|---|
void |
addCurveToMultiCurve(Object curve,
Object multiCurve)
It is thrown to add a curve to one multiCurve.
|
void |
addSegmentToCurve(Object segment,
Object curve)
It adds a segment to a curve.
|
void |
endCurve(Object Curve)
It is thrown when the Curve has been completely parsed.
|
void |
endMultiCurve(Object multiCurve)
It is thrown when the multiCurve has been completely parsed
|
Object |
startCurve(String id,
ICoordinateIterator coords,
String srs)
This method indicates that the parser has found a curve.
|
Object |
startCurve(String id,
String srs)
This method indicates that the parser has found a curve.
|
Object |
startMultiCurve(String id,
String srs)
This method indicates that the parser has found a multiCurve.
|
Object |
startMultiCurve(String id,
String srs,
int dimension) |
Object startCurve(String id, ICoordinateIterator coords, String srs)
id
- curve identifiercoords
- A coordinates iteratorsrs
- Spatial reference systemObject startCurve(String id, String srs)
id
- curve identifiersrs
- Spatial reference systemvoid endCurve(Object Curve)
Curve
- Consumer application object that represents a Curvevoid addSegmentToCurve(Object segment, Object curve)
segment
- The segment to addcurve
- The curveObject startMultiCurve(String id, String srs)
id
- MultyCurve identifiersrs
- Spatial reference systemvoid endMultiCurve(Object multiCurve)
multiCurve
- Consumer application object that represents a multiCurve