Note: The ddms:value is not validated against the qualifier's vocabulary.
{@table.footer} @author Brian Uri! @since 0.9.bExtent
class represent the entire collection of instances in the data store of the candidate class possibly including its subclasses. The Extent
instance has two possible uses:
Query
in the data store over all instances of a particular class Extent
objects are immutable once constructed. WARNING: Many Component
s will have Extent
-based properties that allow only certain types of units. Make certain to verify the API specification of any Component
to ensure that you are using Extent
s correctly with it. The Extent
-based getXXX()
and setXXX()
property methods of a Component
will explain what types of Extent
s are allowed.
<xsd:element name="Extent"> <xsd:annotation> <xsd:documentation> An Extent gives feature/coverage/raster/matrix dimension extent. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="sld:Name"/> <xsd:element ref="sld:Value"/> </xsd:sequence> </xsd:complexType> </xsd:element>
@author Justin Deoliveira, The Open Planning Project
@source $URL$
|
|
|
|