ArcFM Server Developer Guide
SeSpatialExtensions Class Members
Methods 

The following tables list the members exposed by SeSpatialExtensions.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AngleReturns the angle of the given vector, normalized to the range [0, 2Pi)  
Public Methodstatic (Shared in Visual Basic)Expand  
Public Methodstatic (Shared in Visual Basic)GetLineSegments  
Public Methodstatic (Shared in Visual Basic)GetSegmentsAdjacentToVertexIf the given point equals one of the vertices of the given path, returns the one or two line segments in the path that terminate on the given point, oriented such that P1 of each segment is the end that lies on the given point.  
Public Methodstatic (Shared in Visual Basic)LiesOnLineSegmentOverloaded.   
Public Methodstatic (Shared in Visual Basic)LowerRight  
Public Methodstatic (Shared in Visual Basic)NormalizeAngleNormalizes the angle to the range (-Pi, Pi], which is the range of the Math.Atan2 function.  
Public Methodstatic (Shared in Visual Basic)PointLiesOnLineSegmentOverloaded.   
Public Methodstatic (Shared in Visual Basic)ProjectOntoXYPlaneOverloaded.   
Public Methodstatic (Shared in Visual Basic)ToDegrees  
Public Methodstatic (Shared in Visual Basic)ToPathGeometry2D  
Public Methodstatic (Shared in Visual Basic)ToPointGeometry2D  
Public Methodstatic (Shared in Visual Basic)ToRadians  
Public Methodstatic (Shared in Visual Basic)TrimRadialFor the given coordinates C[0], C[1], ... C[n], runs through the coordinates in order until a coordinate C[i] is found whose distance from C[0] is greater than the given radius. Finds the coordinate C on the line segment between C[0] and C[i] such that the distance C[0]-to-C equals the given radius. Returns the sequence C, C[i], C[i+1], ... C[n].  
Public Methodstatic (Shared in Visual Basic)UpperLeft  
Top
See Also

Reference

SeSpatialExtensions Class
SE.Geospatial.Editor.Model Namespace

 

 


Send Comment