Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractSolid(AbstractSolid src,
net.opengis.gml.AbstractSolidType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractSolid(net.opengis.gml.AbstractSolidType src,
AbstractSolid dest) |
Constructor and Description |
---|
MultiSolid(AbstractSolid... abstractSolids) |
Constructor and Description |
---|
MultiSolid(java.util.List<? extends AbstractSolid> abstractSolids) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeSolid |
Constructor and Description |
---|
CompositeSolid(AbstractSolid... abstractSolids) |
Constructor and Description |
---|
CompositeSolid(java.util.List<? extends AbstractSolid> abstractSolids) |
Modifier and Type | Class and Description |
---|---|
class |
Solid |
Modifier and Type | Method and Description |
---|---|
AbstractSolid |
SolidProperty.getSolid() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractSolid> |
SolidProperty.getAssociableClass() |
java.lang.Class<AbstractSolid> |
SolidArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractSolid> |
SolidArrayProperty.getSolid() |
Modifier and Type | Method and Description |
---|---|
void |
SolidArrayProperty.addSolid(AbstractSolid abstractSolid) |
void |
SolidProperty.setSolid(AbstractSolid abstractSolid) |
boolean |
SolidArrayProperty.unsetSolid(AbstractSolid abstractSolid) |
Modifier and Type | Method and Description |
---|---|
void |
SolidArrayProperty.setSolid(java.util.List<? extends AbstractSolid> abstractSolid) |
Constructor and Description |
---|
SolidArrayProperty(AbstractSolid... abstractSolid) |
SolidArrayProperty(AbstractSolid abstractSolid) |
SolidProperty(AbstractSolid abstractSolid) |
Constructor and Description |
---|
SolidArrayProperty(java.util.List<AbstractSolid> abstractSolid) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(AbstractSolid abstractSolid) |
T |
GeometryFunctionWalker.apply(AbstractSolid abstractSolid) |
void |
GMLWalker.visit(AbstractSolid abstractSolid) |
void |
GeometryWalker.visit(AbstractSolid abstractSolid) |