Modifier and Type | Method and Description |
---|---|
net.opengis.gml.PointType |
GMLMarshaller.marshalPoint(Point src) |
Modifier and Type | Method and Description |
---|---|
Point |
GMLUnmarshaller.unmarshalPoint(net.opengis.gml.PointType src) |
Modifier and Type | Method and Description |
---|---|
Point |
GMLGeometryFactory.createPoint(double[] coordinates,
int dim) |
Point |
GMLGeometryFactory.createPoint(java.util.List<java.lang.Double> coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(Point point) |
void |
GeometryVisitor.visit(Point point) |
Constructor and Description |
---|
MultiPoint(Point... points) |
Constructor and Description |
---|
MultiPoint(java.util.List<Point> points) |
Modifier and Type | Method and Description |
---|---|
Point |
PointProperty.getPoint() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Point> |
PointProperty.getAssociableClass() |
java.lang.Class<Point> |
PointArrayProperty.getAssociableClass() |
java.util.List<Point> |
PointArrayProperty.getPoint() |
Modifier and Type | Method and Description |
---|---|
void |
PointArrayProperty.addPoint(Point point) |
void |
PointProperty.setPoint(Point point) |
boolean |
PointArrayProperty.unsetPoint(Point point) |
Modifier and Type | Method and Description |
---|---|
void |
PointArrayProperty.setPoint(java.util.List<Point> point) |
Constructor and Description |
---|
PointArrayProperty(Point... point) |
PointArrayProperty(Point point) |
PointProperty(Point point) |
PointRep(Point point) |
Constructor and Description |
---|
PointArrayProperty(java.util.List<Point> point) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Point point) |
T |
GeometryFunctionWalker.apply(Point point) |
void |
GMLWalker.visit(Point point) |
void |
GeometryWalker.visit(Point point) |