Uses of Interface
org.opengis.metadata.ApplicationSchemaInformation

Packages that use ApplicationSchemaInformation
org.geotools.metadata.iso Metadata implementation. 
org.opengis.metadata Root package for metadata
 

Uses of ApplicationSchemaInformation in org.geotools.metadata.iso
 

Classes in org.geotools.metadata.iso that implement ApplicationSchemaInformation
 class ApplicationSchemaInformationImpl
          Information about the application schema used to build the dataset.
 

Methods in org.geotools.metadata.iso that return types with arguments of type ApplicationSchemaInformation
 Collection<ApplicationSchemaInformation> MetaDataImpl.getApplicationSchemaInfo()
          Provides information about the conceptual schema of a dataset.
 

Method parameters in org.geotools.metadata.iso with type arguments of type ApplicationSchemaInformation
 void MetaDataImpl.setApplicationSchemaInfo(Collection<? extends ApplicationSchemaInformation> newValues)
          Provides information about the conceptual schema of a dataset.
 

Constructors in org.geotools.metadata.iso with parameters of type ApplicationSchemaInformation
ApplicationSchemaInformationImpl(ApplicationSchemaInformation source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of ApplicationSchemaInformation in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type ApplicationSchemaInformation
 Collection<? extends ApplicationSchemaInformation> MetaData.getApplicationSchemaInfo()
          Provides information about the conceptual schema of a dataset.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.