BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
BioGTK.QuPath.GeoJsonGeometry Class Reference

Classes

class  GeoJsonPlane
 

Public Member Functions

ZCT GetZCT ()
 

Properties

string type [get, set]
 
GeoJsonPlane plane [get, set]
 
object coordinates [get, set]
 

Member Function Documentation

◆ GetZCT()

ZCT BioGTK.QuPath.GeoJsonGeometry.GetZCT ( )
inline
40 {
41 if (plane.c < 0)
42 return new ZCT(plane.z,0,plane.t);
43 else
44 return new ZCT(plane.z,plane.c,plane.t);
45 }
GeoJsonPlane plane
Definition QuPath.cs:36

Property Documentation

◆ coordinates

object BioGTK.QuPath.GeoJsonGeometry.coordinates
getset
37{ get; set; }

◆ plane

GeoJsonPlane BioGTK.QuPath.GeoJsonGeometry.plane
getset
36{ get; set; }

◆ type

string BioGTK.QuPath.GeoJsonGeometry.type
getset
35{ get; set; }

The documentation for this class was generated from the following file: