net.opengis.gml
Class DefinitionType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
- Direct Known Subclasses:
- AbstractCoordinateOperationBaseType, AbstractCoordinateSystemBaseType, AbstractDatumBaseType, AbstractGeneralOperationParameterType, AbstractReferenceSystemBaseType, AbstractTimeReferenceSystemType, CoordinateSystemAxisBaseType, DefinitionProxyType, DictionaryType, EllipsoidBaseType, OperationMethodBaseType, PrimeMeridianBaseType, TimeCalendarEraType, TimeOrdinalEraType, UnitDefinitionType
public class DefinitionType
- extends AbstractGMLType
A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The inherited "metaDataProperty" elements can be used to reference or include more information about this definition.
The gml:id attribute is required - it must be possible to reference this definition using this handle.
Classe Java pour DefinitionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DefinitionType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AbstractGMLType">
<sequence>
<element ref="{http://www.opengis.net/gml}metaDataProperty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}description" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}name" maxOccurs="unbounded"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefinitionType
public DefinitionType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.