Azure.Core.GeoJson
Namespace with 13 public types
Classes
                                     GeoBoundingBox
                                    Represents information about the coordinate range of the .
                                
                            
                            
                                
                                     GeoCollection
                                    Represents a geometry that is composed of multiple geometries.
                                
                            
                            
                                
                                     GeoLinearRing
                                    Represents a linear ring that's a part of a polygon
                                
                            
                            
                                
                                     GeoLineString
                                    Represents a line geometry that consists of multiple coordinates.
                                
                            
                            
                                
                                     GeoLineStringCollection
                                    Represents a geometry that is composed of multiple .
                                
                            
                            
                                
                                     GeoPoint
                                    Represents a point geometry.
                                
                            
                            
                                
                                     GeoPointCollection
                                    Represents a geometry that is composed of multiple .
                                
                            
                            
                                
                                     GeoPolygon
                                    Represents a polygon consisting of outer ring and optional inner rings.
                                
                            
                            
                                
                                     GeoPolygonCollection
                                    Represents a geometry that is composed of multiple .
                                
                            
                        
                        Structures
                                     GeoArray`1
                                    Represents a geometry coordinates array
                                
                            
                            
                                
                                     GeoPosition
                                    Represents a single spatial position with latitude, longitude, and optional altitude.
                                
                            
                        
                        Enumerations
                                     GeoObjectType
                                    Identifies the type of the
                                
                            
                        
                        Abstract Classes
                                     GeoObject
                                    A base type for all spatial types.