BioLib  3.6.2
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]
 

Detailed Description

Definition at line 29 of file QuPath.cs.

Member Function Documentation

◆ GetZCT()

ZCT BioLib.QuPath.GeoJsonGeometry.GetZCT ( )

Definition at line 41 of file QuPath.cs.

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

Definition at line 39 of file QuPath.cs.

39{ get; set; }

◆ plane

GeoJsonPlane BioLib.QuPath.GeoJsonGeometry.plane
getset

Definition at line 38 of file QuPath.cs.

38{ get; set; }

◆ type

string BioLib.QuPath.GeoJsonGeometry.type
getset

Definition at line 37 of file QuPath.cs.

37{ get; set; }

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