BioLib  3.7.0
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.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 BioLib.QuPath.GeoJsonGeometry.GetZCT ( )
42 {
43 if (plane.c < 0)
44 return new ZCT(plane.z, 0, plane.t);
45 else
46 return new ZCT(plane.z, plane.c, plane.t);
47 }

Property Documentation

◆ coordinates

object BioLib.QuPath.GeoJsonGeometry.coordinates
getset
39{ get; set; }

◆ plane

GeoJsonPlane BioLib.QuPath.GeoJsonGeometry.plane
getset
38{ get; set; }

◆ type

string BioLib.QuPath.GeoJsonGeometry.type
getset
37{ get; set; }

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