public class RectifiedGridCoverage
extends oracle.spatial.citygml.model.GMLObject
Constructor and Description |
---|
RectifiedGridCoverage() |
Modifier and Type | Method and Description |
---|---|
CoverageFunction |
getCoverageFunction()
Returns the coverage function to be used between the range and domain sets.
|
oracle.spatial.geometry.JGeometry |
getEnvelope()
Returns the geometry representing the envelope inside gml:boundedBy, if no
envelope was provided then null is returned.
|
java.util.List<RangeSetType> |
getRangeSetValues()
Returns the range set for this grid.
|
RectifiedGridDomain |
getRectifiedGridDomain()
Returns the rectified domain for this grid.
|
void |
setCoverageFunction(CoverageFunction coverageFunction)
Sets the coverage function to be used between the range and domain sets.
|
void |
setEnvelope(oracle.spatial.geometry.JGeometry envelope)
Sets the geometry representing the boundedBy element for this grid coverage.
|
void |
setRangeSet(java.util.List<RangeSetType> rangeSetValues)
Sets the range set for this grid.
|
void |
setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
Sets a rectified domain for this grid.
|
public oracle.spatial.geometry.JGeometry getEnvelope()
public void setEnvelope(oracle.spatial.geometry.JGeometry envelope)
public RectifiedGridDomain getRectifiedGridDomain()
RectifiedGridDomain
instance.public void setRectifiedGridDomain(RectifiedGridDomain rectifiedGridDomain)
domainSet
- the RectifiedGridDomain
instance to set as the domain for the grid.public java.util.List<RangeSetType> getRangeSetValues()
RangeSet
instances.public void setRangeSet(java.util.List<RangeSetType> rangeSetValues)
rangeSet
- returns a RangeSet
instance.public CoverageFunction getCoverageFunction()
CoverageFunction
instance containing the mapping information between the range and domain sets.public void setCoverageFunction(CoverageFunction coverageFunction)
coverageFunction
- the CoverageFunction
instance to establish as the mapping function.