Tabnine Logo
StandardTilePyramidFactoryProvider.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.oculusinfo.tile.init.providers.StandardTilePyramidFactoryProvider
constructor

Best Java code snippets using com.oculusinfo.tile.init.providers.StandardTilePyramidFactoryProvider.<init> (Showing top 2 results out of 315)

origin: unchartedsoftware/aperture-tiles

@Before
public void setup () throws Exception {
  try {
    String configFile = "res:///" + UNIT_TEST_CONFIG_JSON;
    Set<FactoryProvider<PyramidIO>> tileIoSet = new HashSet<>();
    tileIoSet.addAll( Arrays.asList( DefaultPyramidIOFactoryProvider.values() ) );
    Set<FactoryProvider<TileSerializer<?>>> serializerSet = new HashSet<>();
    serializerSet.addAll( Arrays.asList( DefaultTileSerializerFactoryProvider.values() ) );
    FactoryProvider<LayerConfiguration> layerConfigurationProvider = new StandardLayerConfigurationProvider(
      new StandardPyramidIOFactoryProvider( tileIoSet ),
      new StandardTilePyramidFactoryProvider(),
      new StandardTileSerializerFactoryProvider(serializerSet),
      new StandardImageRendererFactoryProvider(),
      new StandardTileTransformerFactoryProvider()
    );
    _configService = mock(ConfigService.class);
    withMockConfigService();
    _layerService = new LayerServiceImpl( configFile, layerConfigurationProvider, _configService);
  } catch (Exception e) {
    throw e;
  }
}
origin: unchartedsoftware/aperture-tiles

new StandardTilePyramidFactoryProvider(),
new StandardTileSerializerFactoryProvider(serializerSet),
new StandardImageRendererFactoryProvider(),
com.oculusinfo.tile.init.providersStandardTilePyramidFactoryProvider<init>

Popular methods of StandardTilePyramidFactoryProvider

    Popular in Java

    • Making http post requests using okhttp
    • getApplicationContext (Context)
    • getOriginalFilename (MultipartFile)
      Return the original filename in the client's filesystem.This may contain path information depending
    • setScale (BigDecimal)
    • KeyStore (java.security)
      KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
    • HashMap (java.util)
      HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
    • ResourceBundle (java.util)
      ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
    • UUID (java.util)
      UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
    • JFileChooser (javax.swing)
    • JTextField (javax.swing)
    • Top 12 Jupyter Notebook extensions
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now