Show / Hide Table of Contents

Class RoofSegmentSizeAndSunshineStats

Information about the size and sunniness quantiles of a roof segment.

Inheritance
object
RoofSegmentSizeAndSunshineStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class RoofSegmentSizeAndSunshineStats : IDirectResponseSchema

Properties

AzimuthDegrees

Compass direction the roof segment is pointing in. 0 = North, 90 = East, 180 = South. For a "flat" roof segment (pitch_degrees very near 0), azimuth is not well defined, so for consistency, we define it arbitrarily to be 0 (North).

Declaration
[JsonProperty("azimuthDegrees")]
public virtual float? AzimuthDegrees { get; set; }
Property Value
Type Description
float?

BoundingBox

The bounding box of the roof segment.

Declaration
[JsonProperty("boundingBox")]
public virtual LatLngBox BoundingBox { get; set; }
Property Value
Type Description
LatLngBox

Center

A point near the center of the roof segment.

Declaration
[JsonProperty("center")]
public virtual LatLng Center { get; set; }
Property Value
Type Description
LatLng

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PitchDegrees

Angle of the roof segment relative to the theoretical ground plane. 0 = parallel to the ground, 90 = perpendicular to the ground.

Declaration
[JsonProperty("pitchDegrees")]
public virtual float? PitchDegrees { get; set; }
Property Value
Type Description
float?

PlaneHeightAtCenterMeters

The height of the roof segment plane, in meters above sea level, at the point designated by center. Together with the pitch, azimuth, and center location, this fully defines the roof segment plane.

Declaration
[JsonProperty("planeHeightAtCenterMeters")]
public virtual float? PlaneHeightAtCenterMeters { get; set; }
Property Value
Type Description
float?

Stats

Total size and sunlight quantiles for the roof segment.

Declaration
[JsonProperty("stats")]
public virtual SizeAndSunshineStats Stats { get; set; }
Property Value
Type Description
SizeAndSunshineStats

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX