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.GeoJsonFeature Class Reference

Properties

string type [get, set]
 
GeoJsonGeometry geometry [get, set]
 
IDictionary< string, object > properties [get, set]
 

Detailed Description

Definition at line 22 of file QuPath.cs.

Property Documentation

◆ geometry

GeoJsonGeometry BioLib.QuPath.GeoJsonFeature.geometry
getset

Definition at line 25 of file QuPath.cs.

25{ get; set; }

◆ properties

IDictionary<string, object> BioLib.QuPath.GeoJsonFeature.properties
getset

Definition at line 26 of file QuPath.cs.

26{ get; set; }

◆ type

string BioLib.QuPath.GeoJsonFeature.type
getset

Definition at line 24 of file QuPath.cs.

24{ get; set; }

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