Modifier and Type | Method and Description |
---|---|
net.opengis.gml.PolygonType |
GMLMarshaller.marshalPolygon(Polygon src) |
Modifier and Type | Method and Description |
---|---|
Polygon |
GMLUnmarshaller.unmarshalPolygon(net.opengis.gml.PolygonType src) |
Modifier and Type | Method and Description |
---|---|
Polygon |
GMLGeometryFactory.createLinearPolygon(double[][] coordinates,
int dim) |
Polygon |
GMLGeometryFactory.createLinearPolygon(double[] coordinates,
int dim) |
Polygon |
GMLGeometryFactory.createLinearPolygon(java.util.List<java.lang.Double> coords,
int dim) |
Polygon |
GMLGeometryFactory.createLinearPolygon(java.lang.Object[] coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(Polygon polygon) |
void |
GeometryVisitor.visit(Polygon polygon) |
Constructor and Description |
---|
MultiPolygon(Polygon... polygons) |
Constructor and Description |
---|
MultiPolygon(java.util.List<Polygon> polygons) |
Modifier and Type | Method and Description |
---|---|
Polygon |
PolygonProperty.getPolygon() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Polygon> |
PolygonProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
PolygonProperty.setPolygon(Polygon polygon) |
Constructor and Description |
---|
PolygonProperty(Polygon polygon) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Polygon polygon) |
T |
GeometryFunctionWalker.apply(Polygon polygon) |
void |
GMLWalker.visit(Polygon polygon) |
void |
GeometryWalker.visit(Polygon polygon) |