Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractCurve(AbstractCurve src,
net.opengis.gml.AbstractCurveType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractCurve(net.opengis.gml.AbstractCurveType src,
AbstractCurve dest) |
Constructor and Description |
---|
MultiCurve(AbstractCurve... abstractCurves) |
Constructor and Description |
---|
MultiCurve(java.util.List<? extends AbstractCurve> abstractCurves) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeCurve |
Constructor and Description |
---|
CompositeCurve(AbstractCurve... abstractCurves) |
Constructor and Description |
---|
CompositeCurve(java.util.List<? extends AbstractCurve> abstractCurves) |
Modifier and Type | Class and Description |
---|---|
class |
Curve |
class |
LineString |
class |
OrientableCurve |
Modifier and Type | Method and Description |
---|---|
AbstractCurve |
CurveProperty.getCurve() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractCurve> |
CurveProperty.getAssociableClass() |
java.lang.Class<AbstractCurve> |
CurveArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractCurve> |
CurveArrayProperty.getCurve() |
Modifier and Type | Method and Description |
---|---|
void |
CurveArrayProperty.addCurve(AbstractCurve abstractCurve) |
void |
CurveProperty.setCurve(AbstractCurve curve) |
boolean |
CurveArrayProperty.unsetCurve(AbstractCurve abstractCurve) |
Modifier and Type | Method and Description |
---|---|
void |
CurveArrayProperty.setCurve(java.util.List<? extends AbstractCurve> abstractCurve) |
Constructor and Description |
---|
CurveArrayProperty(AbstractCurve... abstractCurve) |
CurveArrayProperty(AbstractCurve abstractCurve) |
CurveProperty(AbstractCurve abstractCurve) |
OrientableCurve(AbstractCurve base,
Sign orientation) |
Constructor and Description |
---|
CurveArrayProperty(java.util.List<AbstractCurve> abstractCurve) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(AbstractCurve abstractCurve) |
T |
GeometryFunctionWalker.apply(AbstractCurve abstractCurve) |
void |
GMLWalker.visit(AbstractCurve abstractCurve) |
void |
GeometryWalker.visit(AbstractCurve abstractCurve) |