I work with geometry types in SQL Server, and I wonder if there is any function to determine which geometry (point, multipoint, polygon, etc.)?
It looks like you want STGeometryType :
STGeometryType
OGC type names that can be returned by STGeometryType () are Point, LineString, Polygon, GeometryCollection, MultiPoint, MultiLineString, and MultiPolygon.
Source: https://habr.com/ru/post/1338749/More articles:template-based container iterator - c ++UML Modeling - At some point, becomes a voodoo practice in practice? - umlCompression of images for universal application - objective-cHow to protect sensitive data in a WCF client application? - securityOutOfMemory Exception - how does VisualVM help locate a memory leak using the heapdump file? - javaHow to save a colon character in a file name when using the NSData method "writeToFile: atomically:"? - file-ioHow much memory does jProfiler need to parse a heap of heap size x? - javaPublish a custom web service on JBoss SOA - javaCode Duplication Detection - Delphi - delphiIs it possible to make Lucene queries in the outside world that find nodes based on their parent / child properties - luceneAll Articles