|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSpatialCapabiltiesImpl
public class SpatialCapabiltiesImpl
Implementation of the SpatialCapabilities interface.
This class is "null safe" in that component classes will be created as needed if if they were not provided during construction.
Constructor Summary | |
---|---|
SpatialCapabiltiesImpl()
|
|
SpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands,
SpatialOperators spatialOperators)
|
|
SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands,
SpatialOperators spatialOperators)
|
|
SpatialCapabiltiesImpl(SpatialCapabilities copy)
|
Method Summary | |
---|---|
void |
addAll(SpatialCapabilities copy)
Add additional SpatialOperators. |
boolean |
equals(Object obj)
|
Collection<GeometryOperand> |
getGeometryOperands()
Supported geometry operands. |
SpatialOperatorsImpl |
getSpatialOperators()
Supported spatial operators. |
int |
hashCode()
|
void |
setGeometryOperands(Collection<GeometryOperand> geometryOperands)
|
void |
setSpatialOperators(SpatialOperatorsImpl spatialOperators)
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialCapabiltiesImpl()
public SpatialCapabiltiesImpl(Collection<GeometryOperand> geometryOperands, SpatialOperators spatialOperators)
public SpatialCapabiltiesImpl(GeometryOperand[] geometryOperands, SpatialOperators spatialOperators)
public SpatialCapabiltiesImpl(SpatialCapabilities copy)
Method Detail |
---|
public void setGeometryOperands(Collection<GeometryOperand> geometryOperands)
public Collection<GeometryOperand> getGeometryOperands()
SpatialCapabilities
<xsd:element name="GeometryOperands" type="ogc:GeometryOperandsType"/>
getGeometryOperands
in interface SpatialCapabilities
public void setSpatialOperators(SpatialOperatorsImpl spatialOperators)
public SpatialOperatorsImpl getSpatialOperators()
SpatialCapabilities
<xsd:element name="SpatialOperators" type="ogc:SpatialOperatorsType"/>
getSpatialOperators
in interface SpatialCapabilities
public void addAll(SpatialCapabilities copy)
copy
- Copy these additional SpatialCapabilitiespublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |