public final class MultiPolygon extends Geometry
| 构造器和说明 |
|---|
MultiPolygon(CoordinateReferenceSystem coordinateReferenceSystem,
java.util.List<PolygonCoordinates> coordinates)
Construct an instance.
|
MultiPolygon(java.util.List<PolygonCoordinates> coordinates)
Construct an instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<PolygonCoordinates> |
getCoordinates()
Gets the coordinates.
|
GeoJsonObjectType |
getType()
Gets the GeoJSON object type.
|
int |
hashCode() |
java.lang.String |
toString() |
getCoordinateReferenceSystem, toJsonpublic MultiPolygon(java.util.List<PolygonCoordinates> coordinates)
coordinates - the coordinatespublic MultiPolygon(CoordinateReferenceSystem coordinateReferenceSystem, java.util.List<PolygonCoordinates> coordinates)
coordinateReferenceSystem - the coordinate reference systemcoordinates - the coordinatespublic GeoJsonObjectType getType()
Geometrypublic java.util.List<PolygonCoordinates> getCoordinates()
public java.lang.String toString()
toString 在类中 java.lang.Object