类分层结构
- java.lang.Object
- org.wowtools.giscat.vector.pojo.Feature
- org.wowtools.giscat.vector.pojo.FeatureCollection
- org.wowtools.giscat.vector.pojo.GeoJsonObject
- org.wowtools.giscat.vector.pojo.GeoJsonObject.Feature
- org.wowtools.giscat.vector.pojo.GeoJsonObject.FeatureCollection
- org.wowtools.giscat.vector.pojo.GeoJsonObject.GeometryCollection (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.LineString (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.MultiLineString (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.MultiPoint (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.MultiPolygon (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.Point (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
- org.wowtools.giscat.vector.pojo.GeoJsonObject.Polygon (implements org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry)
接口分层结构
- org.wowtools.giscat.vector.pojo.GeoJsonObject.Geometry