Package net.opengis.wmts.v_1
Interface wmtsv_1Factory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
wmtsv_1FactoryImpl
public interface wmtsv_1Factory extends EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
wmtsv_1Package
-
-
Field Summary
Fields Modifier and Type Field Description static wmtsv_1FactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryPayloadTypecreateBinaryPayloadType()Returns a new object of class 'Binary Payload Type'.CapabilitiesTypecreateCapabilitiesType()Returns a new object of class 'Capabilities Type'.ContentsTypecreateContentsType()Returns a new object of class 'Contents Type'.DimensionNameValueTypecreateDimensionNameValueType()Returns a new object of class 'Dimension Name Value Type'.DimensionTypecreateDimensionType()Returns a new object of class 'Dimension Type'.DocumentRootcreateDocumentRoot()Returns a new object of class 'Document Root'.FeatureInfoResponseTypecreateFeatureInfoResponseType()Returns a new object of class 'Feature Info Response Type'.GetCapabilitiesTypecreateGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetFeatureInfoTypecreateGetFeatureInfoType()Returns a new object of class 'Get Feature Info Type'.GetTileTypecreateGetTileType()Returns a new object of class 'Get Tile Type'.LayerTypecreateLayerType()Returns a new object of class 'Layer Type'.LegendURLTypecreateLegendURLType()Returns a new object of class 'Legend URL Type'.StyleTypecreateStyleType()Returns a new object of class 'Style Type'.TextPayloadTypecreateTextPayloadType()Returns a new object of class 'Text Payload Type'.ThemesTypecreateThemesType()Returns a new object of class 'Themes Type'.ThemeTypecreateThemeType()Returns a new object of class 'Theme Type'.TileMatrixLimitsTypecreateTileMatrixLimitsType()Returns a new object of class 'Tile Matrix Limits Type'.TileMatrixSetLimitsTypecreateTileMatrixSetLimitsType()Returns a new object of class 'Tile Matrix Set Limits Type'.TileMatrixSetLinkTypecreateTileMatrixSetLinkType()Returns a new object of class 'Tile Matrix Set Link Type'.TileMatrixSetTypecreateTileMatrixSetType()Returns a new object of class 'Tile Matrix Set Type'.TileMatrixTypecreateTileMatrixType()Returns a new object of class 'Tile Matrix Type'.URLTemplateTypecreateURLTemplateType()Returns a new object of class 'URL Template Type'.wmtsv_1Packagegetwmtsv_1Package()Returns the package supported by this factory.-
Methods inherited from interface EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
-
-
-
Field Detail
-
eINSTANCE
static final wmtsv_1Factory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createBinaryPayloadType
BinaryPayloadType createBinaryPayloadType()
Returns a new object of class 'Binary Payload Type'.- Returns:
- a new object of class 'Binary Payload Type'.
-
createCapabilitiesType
CapabilitiesType createCapabilitiesType()
Returns a new object of class 'Capabilities Type'.- Returns:
- a new object of class 'Capabilities Type'.
-
createContentsType
ContentsType createContentsType()
Returns a new object of class 'Contents Type'.- Returns:
- a new object of class 'Contents Type'.
-
createDimensionNameValueType
DimensionNameValueType createDimensionNameValueType()
Returns a new object of class 'Dimension Name Value Type'.- Returns:
- a new object of class 'Dimension Name Value Type'.
-
createDimensionType
DimensionType createDimensionType()
Returns a new object of class 'Dimension Type'.- Returns:
- a new object of class 'Dimension Type'.
-
createDocumentRoot
DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.- Returns:
- a new object of class 'Document Root'.
-
createFeatureInfoResponseType
FeatureInfoResponseType createFeatureInfoResponseType()
Returns a new object of class 'Feature Info Response Type'.- Returns:
- a new object of class 'Feature Info Response Type'.
-
createGetCapabilitiesType
GetCapabilitiesType createGetCapabilitiesType()
Returns a new object of class 'Get Capabilities Type'.- Returns:
- a new object of class 'Get Capabilities Type'.
-
createGetFeatureInfoType
GetFeatureInfoType createGetFeatureInfoType()
Returns a new object of class 'Get Feature Info Type'.- Returns:
- a new object of class 'Get Feature Info Type'.
-
createGetTileType
GetTileType createGetTileType()
Returns a new object of class 'Get Tile Type'.- Returns:
- a new object of class 'Get Tile Type'.
-
createLayerType
LayerType createLayerType()
Returns a new object of class 'Layer Type'.- Returns:
- a new object of class 'Layer Type'.
-
createLegendURLType
LegendURLType createLegendURLType()
Returns a new object of class 'Legend URL Type'.- Returns:
- a new object of class 'Legend URL Type'.
-
createStyleType
StyleType createStyleType()
Returns a new object of class 'Style Type'.- Returns:
- a new object of class 'Style Type'.
-
createTextPayloadType
TextPayloadType createTextPayloadType()
Returns a new object of class 'Text Payload Type'.- Returns:
- a new object of class 'Text Payload Type'.
-
createThemesType
ThemesType createThemesType()
Returns a new object of class 'Themes Type'.- Returns:
- a new object of class 'Themes Type'.
-
createThemeType
ThemeType createThemeType()
Returns a new object of class 'Theme Type'.- Returns:
- a new object of class 'Theme Type'.
-
createTileMatrixLimitsType
TileMatrixLimitsType createTileMatrixLimitsType()
Returns a new object of class 'Tile Matrix Limits Type'.- Returns:
- a new object of class 'Tile Matrix Limits Type'.
-
createTileMatrixSetLimitsType
TileMatrixSetLimitsType createTileMatrixSetLimitsType()
Returns a new object of class 'Tile Matrix Set Limits Type'.- Returns:
- a new object of class 'Tile Matrix Set Limits Type'.
-
createTileMatrixSetLinkType
TileMatrixSetLinkType createTileMatrixSetLinkType()
Returns a new object of class 'Tile Matrix Set Link Type'.- Returns:
- a new object of class 'Tile Matrix Set Link Type'.
-
createTileMatrixSetType
TileMatrixSetType createTileMatrixSetType()
Returns a new object of class 'Tile Matrix Set Type'.- Returns:
- a new object of class 'Tile Matrix Set Type'.
-
createTileMatrixType
TileMatrixType createTileMatrixType()
Returns a new object of class 'Tile Matrix Type'.- Returns:
- a new object of class 'Tile Matrix Type'.
-
createURLTemplateType
URLTemplateType createURLTemplateType()
Returns a new object of class 'URL Template Type'.- Returns:
- a new object of class 'URL Template Type'.
-
getwmtsv_1Package
wmtsv_1Package getwmtsv_1Package()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-