Description

A Point is a zero-dimensional object that represents a specific (X, Y) location in a the two-dimensional XY-Plane.  A Point may also have Z, M, and ID attributes associated with it.  Existence of attributes does not alter the dimensionality of a Point nor does it alter geometric calculations performed on the Point.  Attributes are only considered for attribute calculations when the Point is ZAware, MAware, or PointIDAware.  Points may be constructed using PutCoords, individually setting the X and Y properties, or using the IConstructPoint interface.

Members

 All
Properties
Methods
Inherited
Non-inherited
Description
IPoint Interface接口-LMLPHPCompareCompares X, Y, M, Z, ID of this point (in that order) with that of the other point. Returns -1 if this point's value is less, 1 if greater, and 0 otherwise. Useful for sorting a group of points.
IPoint Interface接口-LMLPHPConstrainAngleProjects this point to the point on the infinite line defined by anchor and angle (in radians). If allowOpposite is true, then the point can also snap to angle + pi radians.
IPoint Interface接口-LMLPHPConstrainDistanceProjects this point to the perimeter of the circle defined by radius and anchor.
IPoint Interface接口-LMLPHPDimensionThe topological dimension of this geometry.
IPoint Interface接口-LMLPHPEnvelopeCreates a copy of this geometry's envelope and returns it.
IPoint Interface接口-LMLPHPGeometryTypeThe type of this geometry.
IPoint Interface接口-LMLPHPGeoNormalizeShifts longitudes, if need be, into a continuous range of 360 degrees.
IPoint Interface接口-LMLPHPGeoNormalizeFromLongitudeNormalizes longitudes into a continuous range containing the longitude. This method is obsolete.
IPoint Interface接口-LMLPHPIDThe Point ID attribute.
IPoint Interface接口-LMLPHPIsEmptyIndicates whether this geometry contains any points.
IPoint Interface接口-LMLPHPMThe measure attribute.
IPoint Interface接口-LMLPHPProjectProjects this geometry into a new spatial reference.
IPoint Interface接口-LMLPHPPutCoordsSets the X and Y coordinates.
IPoint Interface接口-LMLPHPQueryCoordsReturns the X and Y coordinates.
IPoint Interface接口-LMLPHPQueryEnvelopeCopies this geometry's envelope properties into the specified envelope.
IPoint Interface接口-LMLPHPSetEmptyRemoves all points from this geometry.
IPoint Interface接口-LMLPHPSnapToSpatialReferenceMoves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system.
IPoint Interface接口-LMLPHPSpatialReferenceThe spatial reference associated with this geometry.
IPoint Interface接口-LMLPHPXThe X coordinate.
IPoint Interface接口-LMLPHPYThe Y coordinate.
IPoint Interface接口-LMLPHPZThe Z attribute.

Inherited Interfaces

InterfacesDescription
IGeometryProvides access to members that describe properties and behavior of all geometric objects.

Classes that implement IPoint

ClassesDescription
PointA two dimensional point, optionally with measure, height, and ID attributes.
05-11 12:54
查看更多