Json 개체에 대한 포맷터를 만듭니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustOverride Function CreateGeoJsonObjectFormatter As GeoJsonObjectFormatter
‘사용 방법
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
반환 값
유형: System.Spatial.GeoJsonObjectFormatter
만든 JsonObjectFormatter입니다.