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 SourceLatitude
Gets or sets the latitude.
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Gets or sets the longitude.
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |