diagram | ![]() |
||
namespace | http://www.opengis.net/gml | ||
type | extension of gml:GridFunctionType | ||
properties |
|
||
children | gml:sequenceRule gml:startPoint gml:lookUpTable | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="IndexMapType"> <xs:annotation> <xs:documentation>Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:GridFunctionType"> <xs:sequence> <xs:element name="lookUpTable" type="gml:integerList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://www.opengis.net/gml | ||||
type | gml:integerList | ||||
properties |
|
||||
source | <xs:element name="lookUpTable" type="gml:integerList"/> |