Package net.opengis.wmts.v_1.impl
Class LayerTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- DescriptionTypeImpl
-
- DatasetDescriptionSummaryBaseTypeImpl
-
- LayerTypeImpl
-
- All Implemented Interfaces:
DatasetDescriptionSummaryBaseType
,DescriptionType
,LayerType
,Notifier
,EObject
,InternalEObject
public class LayerTypeImpl extends DatasetDescriptionSummaryBaseTypeImpl implements LayerType
An implementation of the model object 'Layer Type'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected EList<DimensionType>
dimension
The cached value of the 'Dimension
' containment reference list.protected EList<String>
format
The cached value of the 'Format
' attribute list.protected EList<String>
infoFormat
The cached value of the 'Info Format
' attribute list.protected EList<URLTemplateType>
resourceURL
The cached value of the 'Resource URL
' containment reference list.protected EList<StyleType>
style
The cached value of the 'Style
' containment reference list.protected EList<TileMatrixSetLinkType>
tileMatrixSetLink
The cached value of the 'Tile Matrix Set Link
' containment reference list.-
Fields inherited from class DatasetDescriptionSummaryBaseTypeImpl
boundingBoxGroup, datasetDescriptionSummary, identifier, metadata, wGS84BoundingBox
-
Fields inherited from class DescriptionTypeImpl
abstract_, keywords, title
-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LayerTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
EList<DimensionType>
getDimension()
EList<String>
getFormat()
EList<String>
getInfoFormat()
EList<URLTemplateType>
getResourceURL()
EList<StyleType>
getStyle()
EList<TileMatrixSetLinkType>
getTileMatrixSetLink()
String
toString()
-
Methods inherited from class DatasetDescriptionSummaryBaseTypeImpl
basicSetIdentifier, getBoundingBox, getBoundingBoxGroup, getDatasetDescriptionSummary, getIdentifier, getMetadata, getWGS84BoundingBox, setIdentifier
-
Methods inherited from class DescriptionTypeImpl
getAbstract, getKeywords, getTitle
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface DatasetDescriptionSummaryBaseType
getBoundingBox, getBoundingBoxGroup, getDatasetDescriptionSummary, getIdentifier, getMetadata, getWGS84BoundingBox, setIdentifier
-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Field Detail
-
style
protected EList<StyleType> style
The cached value of the 'Style
' containment reference list.- See Also:
getStyle()
-
format
protected EList<String> format
The cached value of the 'Format
' attribute list.- See Also:
getFormat()
-
infoFormat
protected EList<String> infoFormat
The cached value of the 'Info Format
' attribute list.- See Also:
getInfoFormat()
-
dimension
protected EList<DimensionType> dimension
The cached value of the 'Dimension
' containment reference list.- See Also:
getDimension()
-
tileMatrixSetLink
protected EList<TileMatrixSetLinkType> tileMatrixSetLink
The cached value of the 'Tile Matrix Set Link
' containment reference list.- See Also:
getTileMatrixSetLink()
-
resourceURL
protected EList<URLTemplateType> resourceURL
The cached value of the 'Resource URL
' containment reference list.- See Also:
getResourceURL()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classDatasetDescriptionSummaryBaseTypeImpl
-
getStyle
public EList<StyleType> getStyle()
- Specified by:
getStyle
in interfaceLayerType
- Returns:
- the value of the 'Style' containment reference list.
- See Also:
wmtsv_1Package.getLayerType_Style()
-
getFormat
public EList<String> getFormat()
- Specified by:
getFormat
in interfaceLayerType
- Returns:
- the value of the 'Format' attribute list.
- See Also:
wmtsv_1Package.getLayerType_Format()
-
getInfoFormat
public EList<String> getInfoFormat()
- Specified by:
getInfoFormat
in interfaceLayerType
- Returns:
- the value of the 'Info Format' attribute list.
- See Also:
wmtsv_1Package.getLayerType_InfoFormat()
-
getDimension
public EList<DimensionType> getDimension()
- Specified by:
getDimension
in interfaceLayerType
- Returns:
- the value of the 'Dimension' containment reference list.
- See Also:
wmtsv_1Package.getLayerType_Dimension()
-
getTileMatrixSetLink
public EList<TileMatrixSetLinkType> getTileMatrixSetLink()
- Specified by:
getTileMatrixSetLink
in interfaceLayerType
- Returns:
- the value of the 'Tile Matrix Set Link' containment reference list.
- See Also:
wmtsv_1Package.getLayerType_TileMatrixSetLink()
-
getResourceURL
public EList<URLTemplateType> getResourceURL()
- Specified by:
getResourceURL
in interfaceLayerType
- Returns:
- the value of the 'Resource URL' containment reference list.
- See Also:
wmtsv_1Package.getLayerType_ResourceURL()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classDatasetDescriptionSummaryBaseTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classDatasetDescriptionSummaryBaseTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classDatasetDescriptionSummaryBaseTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classDatasetDescriptionSummaryBaseTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classDatasetDescriptionSummaryBaseTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classDatasetDescriptionSummaryBaseTypeImpl
-
-