com.alibaba.fastjson.support.geo
Class Feature
- java.lang.Object
-
- com.alibaba.fastjson.support.geo.Geometry
-
- com.alibaba.fastjson.support.geo.Feature
public class Feature extends Geometry
- Since:
- 1.2.68
-
Constructor Summary
Constructors Constructor and Description Feature()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Geometry
getGeometry()
String
getId()
Map<String,String>
getProperties()
void
setGeometry(Geometry geometry)
void
setId(String id)
void
setProperties(Map<String,String> properties)
Copyright © 2012–2021 Alibaba Group. All rights reserved.