Class TopologyLocation
A TopologyLocation is the labelling of a
GraphComponent's topological relationship to a single Geometry.
Inheritance
TopologyLocation
Assembly: NetTopologySuite.dll
Syntax
public class TopologyLocation
Constructors
|
Edit this page
View Source
TopologyLocation(Location)
Declaration
public TopologyLocation(Location on)
Parameters
|
Edit this page
View Source
TopologyLocation(Location, Location, Location)
Constructs a TopologyLocation specifying how points on, to the left of, and to the
right of some GraphComponent relate to some Geometry. Possible values for the
parameters are Location.Null, Location.Exterior, Location.Boundary,
and Location.Interior.
Declaration
public TopologyLocation(Location on, Location left, Location right)
Parameters
Type |
Name |
Description |
Location |
on |
Location for On position
|
Location |
left |
Location for Left position
|
Location |
right |
Location for Right position
|
|
Edit this page
View Source
TopologyLocation(Location[])
Declaration
public TopologyLocation(Location[] location)
Parameters
Type |
Name |
Description |
Location[] |
location |
|
|
Edit this page
View Source
TopologyLocation(TopologyLocation)
Declaration
public TopologyLocation(TopologyLocation gl)
Parameters
Properties
|
Edit this page
View Source
IsAnyNull
Declaration
public bool IsAnyNull { get; }
Property Value
Type |
Description |
bool |
true if any locations are Null.
|
|
Edit this page
View Source
IsArea
Declaration
public bool IsArea { get; }
Property Value
|
Edit this page
View Source
IsLine
Declaration
public bool IsLine { get; }
Property Value
|
Edit this page
View Source
IsNull
Declaration
public bool IsNull { get; }
Property Value
Type |
Description |
bool |
true if all locations are Null.
|
|
Edit this page
View Source
this[Position]
Get calls Get(Positions posIndex),
Set calls SetLocation(Positions locIndex, Location locValue)
Declaration
public Location this[Position posIndex] { get; set; }
Parameters
Property Value
|
Edit this page
View Source
this[Positions]
Get calls Get(Positions posIndex),
Set calls SetLocation(Positions locIndex, Location locValue)
Declaration
[Obsolete("Use the Geometries.Position indexer instead")]
public Location this[Positions posIndex] { get; set; }
Parameters
Property Value
Methods
|
Edit this page
View Source
AllPositionsEqual(Location)
Declaration
public bool AllPositionsEqual(Location loc)
Parameters
Returns
|
Edit this page
View Source
Flip()
Declaration
|
Edit this page
View Source
Get(Position)
Declaration
public Location Get(Position posIndex)
Parameters
Returns
|
Edit this page
View Source
Get(Positions)
Declaration
[Obsolete("Use Get(Geometries.Position)")]
public Location Get(Positions posIndex)
Parameters
Returns
|
Edit this page
View Source
GetLocations()
Declaration
public Location[] GetLocations()
Returns
|
Edit this page
View Source
IsEqualOnSide(TopologyLocation, int)
Declaration
public bool IsEqualOnSide(TopologyLocation le, int locIndex)
Parameters
Returns
|
Edit this page
View Source
Merge(TopologyLocation)
Merge updates only the Null attributes of this object
with the attributes of another.
Declaration
public void Merge(TopologyLocation gl)
Parameters
|
Edit this page
View Source
SetAllLocations(Location)
Declaration
public void SetAllLocations(Location locValue)
Parameters
|
Edit this page
View Source
SetAllLocationsIfNull(Location)
Declaration
public void SetAllLocationsIfNull(Location locValue)
Parameters
|
Edit this page
View Source
SetLocation(Location)
Declaration
public void SetLocation(Location locValue)
Parameters
|
Edit this page
View Source
SetLocation(Position, Location)
Declaration
public void SetLocation(Position locIndex, Location locValue)
Parameters
|
Edit this page
View Source
SetLocation(Positions, Location)
Declaration
[Obsolete("Use SetLocation(Geometries.Position, Location)")]
public void SetLocation(Positions locIndex, Location locValue)
Parameters
|
Edit this page
View Source
SetLocations(Location, Location, Location)
Declaration
public void SetLocations(Location on, Location left, Location right)
Parameters
|
Edit this page
View Source
SetLocations(TopologyLocation)
Declaration
public void SetLocations(TopologyLocation gl)
Parameters
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides