Curve Class

A Curve is a sequence of points.
Inheritance Hierarchy

Namespace:  Aspose.Gis.Geometries
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public abstract class Curve : Geometry, 
	ICurve, IGeometry

The Curve type exposes the following members.

Constructors
  NameDescription
Protected methodCurve
Initializes a new instance of the Curve class.
Protected methodCurve(Curve)
Initializes a new instance of the Curve class.
Properties
  NameDescription
Public propertyCoordinateDimension
Gets the number of coordinate dimensions for this Geometry.
(Inherited from Geometry.)
Public propertyDimension
Gets the topological dimension of this Geometry.
(Overrides GeometryDimension.)
Public propertyEndPoint
Returns a copy of the end point of the curve.
Public propertyGeometryType
Gets the type of the geometry.
(Inherited from Geometry.)
Public propertyHasCurveGeometry
Gets a value indicating whether this geometry is or contains curve (not linear) geometry.
(Inherited from Geometry.)
Public propertyHasM
Gets a value indicating whether this instance has M coordinate.
(Inherited from Geometry.)
Public propertyHasZ
Gets a value indicating whether this instance has Z coordinate.
(Inherited from Geometry.)
Public propertyIsClosed
Gets a values indicating whether a curve is closed. A curve is closed if its start point is equal to its end point.
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
(Inherited from Geometry.)
Public propertyIsSimple
Gets a value indicating whether this instance is simple from SFA point of view.
(Inherited from Geometry.)
Public propertyIsValid
Gets a value indicating whether this instance is valid.
(Inherited from Geometry.)
Public propertySpatialReferenceSystem
Gets SpatialReferenceSystem of this instance. This property can be , is SpatialReferenceSystem is unknown. Assigning new SpatialReferenceSystem will not perform any coordinate transformation, only reference will change.
(Inherited from Geometry.)
Public propertyStartPoint
Returns a copy of the starting point of the curve.
Methods
  NameDescription
Public methodAsBinary
Translates this geometry to its Well-Known Binary representation.
(Inherited from Geometry.)
Public methodAsBinary(WkbVariant)
Translates this geometry to its Well-Known Binary representation.
(Inherited from Geometry.)
Public methodAsText
Translates this geometry to its Well-Known Text representation.
(Inherited from Geometry.)
Public methodAsText(WktVariant)
Translates this geometry to its Well-Known Text representation.
(Inherited from Geometry.)
Public methodAsText(WktVariant, NumericFormat)
Translates this geometry to its Well-Known Text representation.
(Inherited from Geometry.)
Public methodClone
Clones this instance.
(Inherited from Geometry.)
Public methodCoveredBy
Determines whether this geometry is covered by a specified geometry.
(Inherited from Geometry.)
Public methodCovers
Determines whether this geometry covers a specified geometry.
(Inherited from Geometry.)
Public methodCrosses
Determines if this geometry and a specified geometry cross.
(Inherited from Geometry.)
Public methodDifference
Subtracts a specified geometry from this geometry.
(Inherited from Geometry.)
Public methodDisjoint
Determines if this geometry is disjoint from a specified geometry.
(Inherited from Geometry.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetArea
Computes the area of this geometry.
(Inherited from Geometry.)
Public methodGetBuffer
Computes a buffer region around this geometry.
(Inherited from Geometry.)
Public methodGetCentroid
Computes the centroid of this geometry.
(Inherited from Geometry.)
Public methodGetConvexHull
Computes the convex hull of this geometry.
(Inherited from Geometry.)
Public methodGetDistanceTo
Computes the minimum distance between this geometry and a specified geometry.
(Inherited from Geometry.)
Public methodGetExtent
Computes and returns a bounding extent of this geometry.
(Inherited from Geometry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLength
Computes the length of this geometry.
(Inherited from Geometry.)
Public methodGetType (Inherited from Object.)
Public methodIntersection
Builds an intersection between this geometry and a specified geometry.
(Inherited from Geometry.)
Public methodIntersects(Extent)
Determines whether this geometry intersects a specified extent.
(Inherited from Geometry.)
Public methodIntersects(IGeometry)
Determines if this geometry and a specified geometry intersects.
(Inherited from Geometry.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOverlaps
Determines whether this geometry overlap with a specified geometry.
(Inherited from Geometry.)
Public methodCode exampleRelate
Determines if DE-9IM intersection matrix of this geometry and a specified geometry matches provided pattern.
(Inherited from Geometry.)
Public methodReverse
Reverses this curve.
Public methodRoundM
Rounds M coordinate to a specified number of fractional digits.
(Inherited from Geometry.)
Public methodRoundXY
Rounds X and Y coordinates to a specified number of fractional digits.
(Inherited from Geometry.)
Public methodRoundZ
Rounds Z coordinate to a specified number of fractional digits.
(Inherited from Geometry.)
Public methodSetEmpty
Makes this Geometry empty.
(Inherited from Geometry.)
Public methodSpatiallyContains
Determines whether this geometry spatially contains a specified geometry.
(Inherited from Geometry.)
Public methodSpatiallyEquals
Determines if this geometry spatially equal to a specified geometry.
(Inherited from Geometry.)
Public methodSymDifference
Builds a symmetric difference between this geometry and a specified geometry.
(Inherited from Geometry.)
Public methodToEditable
Gets an editable copy of this geometry.
Public methodToLinearGeometry
Gets approximate or equivalent non-curve version of this geometry using the default tolerance.
Public methodToLinearGeometry(Double)
Gets approximate or equivalent non-curve version of this geometry using the specified tolerance.
Public methodToString (Inherited from Object.)
Public methodTouches
Determines if this geometry and a specified geometry touch.
(Inherited from Geometry.)
Public methodUnion
Unites this geometry and a specified geometry.
(Inherited from Geometry.)
Public methodWithin(Extent)
Determines whether this geometry is within a specified extent.
(Inherited from Geometry.)
Public methodWithin(IGeometry)
Determines whether this geometry is within a specified geometry.
(Inherited from Geometry.)
See Also