Modifier and Type | Method and Description |
---|---|
net.opengis.gml.LinearRingType |
GMLMarshaller.marshalLinearRing(LinearRing src) |
Modifier and Type | Method and Description |
---|---|
LinearRing |
GMLUnmarshaller.unmarshalLinearRing(net.opengis.gml.LinearRingType src) |
Modifier and Type | Method and Description |
---|---|
LinearRing |
GMLGeometryFactory.createLinearRing(double[] coordinates,
int dim) |
LinearRing |
GMLGeometryFactory.createLinearRing(java.util.List<java.lang.Double> coordinates,
int dim) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(LinearRing linearRing) |
void |
GeometryVisitor.visit(LinearRing linearRing) |
Modifier and Type | Method and Description |
---|---|
LinearRing |
LinearRingProperty.getLinearRing() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<LinearRing> |
LinearRingProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
LinearRingProperty.setLinearRing(LinearRing linearRing) |
Constructor and Description |
---|
LinearRingProperty(LinearRing linearRing) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(LinearRing linearRing) |
T |
GeometryFunctionWalker.apply(LinearRing linearRing) |
void |
GMLWalker.visit(LinearRing linearRing) |
void |
GeometryWalker.visit(LinearRing linearRing) |