 | CIMUUpdatePLY Method |
Update the grid boundary in the grid metadata
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void UpdatePLY(
CGXNETCore gxNetShared,
CIMG img,
CPLY ply
)
public static void UpdatePLY(
CGXNETCore gxNetShared,
CIMG img,
CPLY ply
)
Public Shared Sub UpdatePLY (
gxNetShared As CGXNETCore,
img As CIMG,
ply As CPLY
)
Public Shared Sub UpdatePLY (
gxNetShared As CGXNETCore,
img As CIMG,
ply As CPLY
)
public:
static void UpdatePLY(
CGXNETCore^ gxNetShared,
CIMG^ img,
CPLY^ ply
)
public:
static void UpdatePLY(
CGXNETCore^ gxNetShared,
CIMG^ img,
CPLY^ ply
)
static member UpdatePLY :
gxNetShared : CGXNETCore *
img : CIMG *
ply : CPLY -> unit
static member UpdatePLY :
gxNetShared : CGXNETCore *
img : CIMG *
ply : CPLY -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: GeoEngine.Core.GXNetXCIMG
The Grid - ply
- Type: GeoEngine.Core.GXNetXCPLY
PLY containing the edges.
Remarks
You can call the GridEdgePLY function to get an edge,
perhaps alter the edge, such as thin it to a reasonable
resolution, then put set it as the grid boundary by
calling this funtion. This is similar to the
GridPLYEx function except that you get to alter the
PLY before it is placed back in the IMG.
See Also