GeometryFactory.Collection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Collection() |
Criar uma coleção geometry |
Collection(CoordinateSystem) |
Criar uma coleção geometry |
Collection()
Criar uma coleção geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryCollection> Collection ();
static member Collection : unit -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryCollection>
Public Shared Function Collection () As GeometryFactory(Of GeometryCollection)
Retornos
Uma Fábrica de Coleções Geometry
Aplica-se a
Collection(CoordinateSystem)
Criar uma coleção geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryCollection> Collection (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member Collection : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryCollection>
Public Shared Function Collection (coordinateSystem As CoordinateSystem) As GeometryFactory(Of GeometryCollection)
Parâmetros
- coordinateSystem
- CoordinateSystem
O CoordinateSystem
Retornos
Uma Fábrica de Coleções Geometry