BioGTK  5.7.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
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]
 

Detailed Description

Definition at line 27 of file QuPath.cs.

Member Function Documentation

◆ GetZCT()

ZCT BioGTK.QuPath.GeoJsonGeometry.GetZCT ( )

Definition at line 39 of file QuPath.cs.

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 }

Property Documentation

◆ coordinates

object BioGTK.QuPath.GeoJsonGeometry.coordinates
getset

Definition at line 37 of file QuPath.cs.

37{ get; set; }

◆ plane

GeoJsonPlane BioGTK.QuPath.GeoJsonGeometry.plane
getset

Definition at line 36 of file QuPath.cs.

36{ get; set; }

◆ type

string BioGTK.QuPath.GeoJsonGeometry.type
getset

Definition at line 35 of file QuPath.cs.

35{ get; set; }

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