Show / Hide Table of Contents

Class CentroidObject

Centroid object

Inheritance
System.Object
CentroidObject
Namespace: Stac.Extensions.Projection
Assembly: DotNetStac.dll
Syntax
public class CentroidObject : object

Properties

| Improve this Doc View Source

Latitude

Gets or sets the latitude.

Declaration
public double Latitude { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Longitude

Gets or sets the longitude.

Declaration
public double Longitude { get; set; }
Property Value
Type Description
System.Double

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX