Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Crea un formateador para el objeto Json.
Espacio de nombres: System.Spatial
Ensamblado: System.Spatial (en System.Spatial.dll)
Sintaxis
'Declaración
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
'Uso
Dim instance As SpatialImplementation
Dim returnValue As GeoJsonObjectFormatter
returnValue = instance.CreateGeoJsonObjectFormatter()
public abstract GeoJsonObjectFormatter CreateGeoJsonObjectFormatter()
public:
virtual GeoJsonObjectFormatter^ CreateGeoJsonObjectFormatter() abstract
abstract CreateGeoJsonObjectFormatter : unit -> GeoJsonObjectFormatter
public abstract function CreateGeoJsonObjectFormatter() : GeoJsonObjectFormatter
Valor devuelto
Tipo: System.Spatial.GeoJsonObjectFormatter
JsonObjectFormatter creado.