Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractSurface(AbstractSurface src,
net.opengis.gml.AbstractSurfaceType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractSurface(net.opengis.gml.AbstractSurfaceType src,
AbstractSurface dest) |
Modifier and Type | Class and Description |
---|---|
class |
_TexturedSurface |
Constructor and Description |
---|
MultiSurface(AbstractSurface... abstractSurfaces) |
Constructor and Description |
---|
MultiSurface(java.util.List<? extends AbstractSurface> abstractSurfaces) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeSurface |
Constructor and Description |
---|
CompositeSurface(AbstractSurface... abstractSurfaces) |
Constructor and Description |
---|
CompositeSurface(java.util.List<? extends AbstractSurface> abstractSurfaces) |
Modifier and Type | Class and Description |
---|---|
class |
OrientableSurface |
class |
Polygon |
class |
Surface |
class |
Tin |
class |
TriangulatedSurface |
Modifier and Type | Method and Description |
---|---|
AbstractSurface |
SurfaceProperty.getSurface() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractSurface> |
SurfaceProperty.getAssociableClass() |
java.lang.Class<AbstractSurface> |
SurfaceArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractSurface> |
SurfaceArrayProperty.getSurface() |
Modifier and Type | Method and Description |
---|---|
void |
SurfaceArrayProperty.addSurface(AbstractSurface abstractSurface) |
void |
SurfaceProperty.setSurface(AbstractSurface abstractSurface) |
boolean |
SurfaceArrayProperty.unsetSurface(AbstractSurface abstractSurface) |
Modifier and Type | Method and Description |
---|---|
void |
SurfaceArrayProperty.setSurface(java.util.List<? extends AbstractSurface> abstractSurface) |
Constructor and Description |
---|
OrientableSurface(AbstractSurface base,
Sign orientation) |
SurfaceArrayProperty(AbstractSurface... abstractSurface) |
SurfaceArrayProperty(AbstractSurface abstractSurface) |
SurfaceProperty(AbstractSurface abstractSurface) |
Constructor and Description |
---|
SurfaceArrayProperty(java.util.List<AbstractSurface> abstractSurface) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(AbstractSurface abstractSurface) |
T |
GeometryFunctionWalker.apply(AbstractSurface abstractSurface) |
void |
GMLWalker.visit(AbstractSurface abstractSurface) |
void |
GeometryWalker.visit(AbstractSurface abstractSurface) |