Uses of Interface
org.opengis.util.InternationalString

Packages that use InternationalString
org.geotools.coverage Coverage implementation. 
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.coverage.processing.operation List of coverage operations
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.ows   
org.geotools.feature   
org.geotools.feature.simple   
org.geotools.feature.type   
org.geotools.filter   
org.geotools.gce.grassraster GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.citation Citation implementation. 
org.geotools.metadata.iso.constraint Constraints implementation. 
org.geotools.metadata.iso.content Content information implementation. 
org.geotools.metadata.iso.distribution Distribution implementation. 
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.metadata.iso.identification Identification implementation. 
org.geotools.metadata.iso.lineage Lineage implementation. 
org.geotools.metadata.iso.maintenance Maintenance information implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.geotools.parameter Parameter implementation. 
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.factory   
org.geotools.process.impl Class to help developers implement additional Processes. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.cs Coordinate systems implementation. 
org.geotools.referencing.datum Datum implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.piecewise   
org.geotools.renderer.i18n   
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swt.control SWT controls, wizards and dialogs used to do common tasks. 
org.geotools.temporal.object   
org.geotools.temporal.reference   
org.geotools.text   
org.geotools.util Contains utilities and addition to the collection framework. 
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.feature.type Feature model ISO 19109 with allowances for usability. 
org.opengis.filter Filters features according their properties. 
org.opengis.metadata Root package for metadata
org.opengis.metadata.citation Citation and responsible party information. 
org.opengis.metadata.constraint Constraints information (includes legal and security). 
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
org.opengis.metadata.distribution Distribution information. 
org.opengis.metadata.extent Extent information. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
org.opengis.metadata.lineage Lineage information. 
org.opengis.metadata.maintenance Maintenance information
org.opengis.metadata.quality Data quality and positional accuracy
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
org.opengis.parameter Description and storage of parameter values
org.opengis.referencing Reference systems
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
org.opengis.temporal   
org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. 
 

Uses of InternationalString in org.geotools.coverage
 

Methods in org.geotools.coverage that return InternationalString
 InternationalString[] GridSampleDimension.getCategoryNames()
          Returns a sequence of category names for the values contained in this sample dimension.
 InternationalString GridSampleDimension.getDescription()
          Gets the sample dimension title or description.
 InternationalString Category.getName()
          Returns the category name.
 InternationalString AbstractCoverage.getName()
          Returns the coverage name, or null if none.
static InternationalString TypeMap.getName(SampleDimensionType type)
          Returns the sample dimension type name as an international string.
 

Uses of InternationalString in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that return InternationalString
protected  InternationalString OperationJAI.deriveName(GridCoverage2D[] sources, int primarySourceIndex, OperationJAI.Parameters parameters)
          Returns a name for the target grid coverage based on the given sources.
 

Methods in org.geotools.coverage.processing with parameters of type InternationalString
protected  Map<String,?> OperationJAI.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepares the properties to be given to the coverage created by the deriveGridCoverage method.
 

Uses of InternationalString in org.geotools.coverage.processing.operation
 

Methods in org.geotools.coverage.processing.operation with parameters of type InternationalString
protected  Map<String,?> Histogram.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepare the Histogram property for this histogram operation.
protected  Map<String,?> Extrema.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepare the minimum and maximum properties for this extream operation.
protected  Map<String,?> ZonalStats.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepare the properties for this ZonalStats operation.
 

Uses of InternationalString in org.geotools.data
 

Fields in org.geotools.data declared as InternationalString
 InternationalString Parameter.description
          Human readable description of this parameter.
 InternationalString Parameter.title
          Human readable title/name of this parameter.
 

Methods in org.geotools.data that return InternationalString
 InternationalString Parameter.getDescription()
           
 InternationalString Parameter.getTitle()
           
 

Constructors in org.geotools.data with parameters of type InternationalString
DataAccessFactory.Param(String key, Class<?> type, InternationalString description, boolean required, Object sample)
          Provides support for text representations
DataAccessFactory.Param(String key, Class<?> type, InternationalString description, boolean required, Object sample, Map<String,?> metadata)
          Provides support for text representations
Parameter(String key, Class<T> type, InternationalString title, InternationalString description)
          Mandatory parameter
Parameter(String key, Class<T> type, InternationalString title, InternationalString description, boolean required, int min, int max, Object sample, Map<String,Object> metadata)
          Addition of optional parameters
Parameter(String key, Class<T> type, InternationalString title, InternationalString description, Map<String,Object> metadata)
          Mandatory parameter with metadata.
 

Uses of InternationalString in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return InternationalString
 InternationalString StyleImpl.getAbstract()
           
 InternationalString StyleImpl.getTitle()
           
 

Methods in org.geotools.data.ows with parameters of type InternationalString
 void StyleImpl.setAbstract(InternationalString _abstract)
           
 void StyleImpl.setTitle(InternationalString title)
           
 

Uses of InternationalString in org.geotools.feature
 

Methods in org.geotools.feature that return InternationalString
 InternationalString TypeBuilder.getDescription()
           
 

Methods in org.geotools.feature with parameters of type InternationalString
 void TypeBuilder.setDescription(InternationalString description)
           
 

Uses of InternationalString in org.geotools.feature.simple
 

Fields in org.geotools.feature.simple declared as InternationalString
protected  InternationalString SimpleFeatureTypeBuilder.description
          Description of type.
 

Methods in org.geotools.feature.simple that return InternationalString
 InternationalString SimpleFeatureTypeBuilder.getDescription()
          The description of the built type.
 

Methods in org.geotools.feature.simple with parameters of type InternationalString
 void SimpleFeatureTypeBuilder.setDescription(InternationalString description)
          Sets the description of the built type.
 

Constructors in org.geotools.feature.simple with parameters of type InternationalString
SimpleFeatureTypeImpl(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Uses of InternationalString in org.geotools.feature.type
 

Fields in org.geotools.feature.type declared as InternationalString
protected  InternationalString PropertyTypeImpl.description
           
 

Methods in org.geotools.feature.type that return InternationalString
 InternationalString AbstractLazyAttributeTypeImpl.getDescription()
           
 InternationalString PropertyTypeImpl.getDescription()
           
 

Methods in org.geotools.feature.type with parameters of type InternationalString
 AssociationType FeatureTypeFactoryImpl.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List restrictions, AssociationType superType, InternationalString description)
           
 AttributeType FeatureTypeFactoryImpl.createAttributeType(Name name, Class binding, boolean isIdentifiable, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
           
 ComplexType FeatureTypeFactoryImpl.createComplexType(Name name, Collection schema, boolean isIdentifiable, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
           
 FeatureType ComplexFeatureTypeFactoryImpl.createFeatureType(Name name, Collection schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
           
 FeatureType UniqueNameFeatureTypeFactoryImpl.createFeatureType(Name name, Collection schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
          Override superclass to return UniqueNameFeatureTypeImpl instead of FeatureTypeImpl.
 FeatureType FeatureTypeFactoryImpl.createFeatureType(Name name, Collection schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
           
 GeometryType FeatureTypeFactoryImpl.createGeometryType(Name name, Class binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List restrictions, AttributeType superType, InternationalString description)
           
 SimpleFeatureType FeatureTypeFactoryImpl.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Constructors in org.geotools.feature.type with parameters of type InternationalString
AbstractLazyAttributeTypeImpl(Name name, Class<?> binding, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description)
          Constructor arguments have the same meaning as in AttributeTypeImpl.
AbstractLazyComplexTypeImpl(Name name, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description)
          Constructor arguments have the same meaning as in ComplexTypeImpl.
AssociationTypeImpl(Name name, AttributeType referenceType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)
           
AttributeTypeImpl(Name name, Class<?> binding, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
ComplexFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Constructor for complex feature type with fake feature type descriptor provided.
ComplexTypeImpl(Name name, Collection<PropertyDescriptor> properties, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
FeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
GeometryTypeImpl(Name name, Class binding, CoordinateReferenceSystem crs, boolean identified, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
PropertyTypeImpl(Name name, Class<?> binding, boolean isAbstract, List<Filter> restrictions, PropertyType superType, InternationalString description)
           
UniqueNameFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
           
 

Uses of InternationalString in org.geotools.filter
 

Methods in org.geotools.filter with parameters of type InternationalString
<T> Parameter<T>
FilterFactoryImpl.parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue)
           
 

Uses of InternationalString in org.geotools.gce.grassraster
 

Methods in org.geotools.gce.grassraster that return InternationalString
 InternationalString DummyProgressListener.getTask()
           
 

Methods in org.geotools.gce.grassraster with parameters of type InternationalString
 void DummyProgressListener.setTask(InternationalString task)
           
 

Uses of InternationalString in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return InternationalString
 InternationalString ExtendedElementInformationImpl.getCondition()
          Condition under which the extended element is mandatory.
 InternationalString ExtendedElementInformationImpl.getDefinition()
          Definition of the extended element.
 InternationalString ExtendedElementInformationImpl.getDomainValue()
          Valid values that can be assigned to the extended element.
 InternationalString ExtendedElementInformationImpl.getRule()
          Specifies how the extended element relates to other existing elements and entities.
 

Methods in org.geotools.metadata.iso that return types with arguments of type InternationalString
 Collection<InternationalString> ExtendedElementInformationImpl.getRationales()
          Reason for creating the extended element.
 

Methods in org.geotools.metadata.iso with parameters of type InternationalString
 void ExtendedElementInformationImpl.setCondition(InternationalString newValue)
          Set the condition under which the extended element is mandatory.
 void ExtendedElementInformationImpl.setDefinition(InternationalString newValue)
          Set the definition of the extended element.
 void ExtendedElementInformationImpl.setDomainValue(InternationalString newValue)
          Set the valid values that can be assigned to the extended element.
 void ExtendedElementInformationImpl.setRule(InternationalString newValue)
          Set how the extended element relates to other existing elements and entities.
 

Method parameters in org.geotools.metadata.iso with type arguments of type InternationalString
 void ExtendedElementInformationImpl.setRationales(Collection<? extends InternationalString> newValues)
          Set the reason for creating the extended element.
 

Constructors in org.geotools.metadata.iso with parameters of type InternationalString
ExtendedElementInformationImpl(String name, InternationalString definition, InternationalString condition, Datatype dataType, Collection<String> parentEntity, InternationalString rule, Collection<? extends ResponsibleParty> sources)
          Create an extended element information initialized to the given values.
 

Uses of InternationalString in org.geotools.metadata.iso.citation
 

Methods in org.geotools.metadata.iso.citation that return InternationalString
 InternationalString AddressImpl.getAdministrativeArea()
          Return the state, province of the location.
 InternationalString AddressImpl.getCity()
          Returns the city of the location Returns null if unspecified.
 InternationalString CitationImpl.getCollectiveTitle()
          Returns the common title with holdings note.
 InternationalString ContactImpl.getContactInstructions()
          Returns supplemental instructions on how or when to contact the individual or organization.
 InternationalString AddressImpl.getCountry()
          Returns the country of the physical address.
 InternationalString OnLineResourceImpl.getDescription()
          Returns the detailed text description of what the online resource is/does.
 InternationalString CitationImpl.getEdition()
          Returns the version of the cited resource.
 InternationalString ContactImpl.getHoursOfService()
          Returns time period (including time zone) when individuals can contact the organization or individual.
 InternationalString SeriesImpl.getName()
          Returne the name of the series, or aggregate dataset, of which the dataset is a part.
 InternationalString ResponsiblePartyImpl.getOrganisationName()
          Returns the name of the responsible organization.
 InternationalString CitationImpl.getOtherCitationDetails()
          Returns other information required to complete the citation that is not recorded elsewhere.
 InternationalString ResponsiblePartyImpl.getPositionName()
          Returns the role or position of the responsible person Only one of individualName, organisationName and positionName should be provided.
 InternationalString CitationImpl.getTitle()
          Returns the name by which the cited resource is known.
 

Methods in org.geotools.metadata.iso.citation that return types with arguments of type InternationalString
 Collection<InternationalString> CitationImpl.getAlternateTitles()
          Returns the short name or other language name by which the cited information is known.
 

Methods in org.geotools.metadata.iso.citation with parameters of type InternationalString
 void AddressImpl.setAdministrativeArea(InternationalString newValue)
          Set the state, province of the location.
 void AddressImpl.setCity(InternationalString newValue)
          Set the city of the location
 void CitationImpl.setCollectiveTitle(InternationalString newValue)
          Set the common title with holdings note.
 void ContactImpl.setContactInstructions(InternationalString newValue)
          Set supplemental instructions on how or when to contact the individual or organization.
 void AddressImpl.setCountry(InternationalString newValue)
          set the country of the physical address.
 void OnLineResourceImpl.setDescription(InternationalString newValue)
          Set the detailed text description of what the online resource is/does.
 void CitationImpl.setEdition(InternationalString newValue)
          Set the version of the cited resource.
 void ContactImpl.setHoursOfService(InternationalString newValue)
          Set time period (including time zone) when individuals can contact the organization or individual.
 void SeriesImpl.setName(InternationalString newValue)
          Set the name of the series, or aggregate dataset, of which the dataset is a part.
 void ResponsiblePartyImpl.setOrganisationName(InternationalString newValue)
          Set the name of the responsible organization.
 void CitationImpl.setOtherCitationDetails(InternationalString newValue)
          Set other information required to complete the citation that is not recorded elsewhere.
 void ResponsiblePartyImpl.setPositionName(InternationalString newValue)
          set the role or position of the responsible person Only one of individualName, organisationName and positionName should be provided.
 void CitationImpl.setTitle(InternationalString newValue)
          Set the name by which the cited resource is known.
 

Method parameters in org.geotools.metadata.iso.citation with type arguments of type InternationalString
 void CitationImpl.setAlternateTitles(Collection<? extends InternationalString> newValues)
          Set the short name or other language name by which the cited information is known.
 

Uses of InternationalString in org.geotools.metadata.iso.constraint
 

Methods in org.geotools.metadata.iso.constraint that return InternationalString
 InternationalString SecurityConstraintsImpl.getClassificationSystem()
          Returns the name of the classification system.
 InternationalString SecurityConstraintsImpl.getHandlingDescription()
          Returns the additional information about the restrictions on handling the resource.
 InternationalString SecurityConstraintsImpl.getUserNote()
          Returns the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
 

Methods in org.geotools.metadata.iso.constraint that return types with arguments of type InternationalString
 Collection<InternationalString> LegalConstraintsImpl.getOtherConstraints()
          Returns the other restrictions and legal prerequisites for accessing and using the resource.
 Collection<InternationalString> ConstraintsImpl.getUseLimitation()
          Returns the limitation affecting the fitness for use of the resource.
 

Methods in org.geotools.metadata.iso.constraint with parameters of type InternationalString
 void SecurityConstraintsImpl.setClassificationSystem(InternationalString newValue)
          Set the name of the classification system.
 void SecurityConstraintsImpl.setHandlingDescription(InternationalString newValue)
          Set the additional information about the restrictions on handling the resource.
 void SecurityConstraintsImpl.setUserNote(InternationalString newValue)
          Set the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
 

Method parameters in org.geotools.metadata.iso.constraint with type arguments of type InternationalString
 void LegalConstraintsImpl.setOtherConstraints(Collection<? extends InternationalString> newValues)
          Set the other restrictions and legal prerequisites for accessing and using the resource.
 void ConstraintsImpl.setUseLimitation(Collection<? extends InternationalString> newValues)
          Set the limitation affecting the fitness for use of the resource.
 

Uses of InternationalString in org.geotools.metadata.iso.content
 

Methods in org.geotools.metadata.iso.content that return InternationalString
 InternationalString RangeDimensionImpl.getDescriptor()
          Returns the description of the range of a cell measurement value.
 

Methods in org.geotools.metadata.iso.content with parameters of type InternationalString
 void RangeDimensionImpl.setDescriptor(InternationalString newValue)
          Set the description of the range of a cell measurement value.
 

Uses of InternationalString in org.geotools.metadata.iso.distribution
 

Methods in org.geotools.metadata.iso.distribution that return InternationalString
 InternationalString FormatImpl.getAmendmentNumber()
          Returns the amendment number of the format version.
 InternationalString StandardOrderProcessImpl.getFees()
          Returns fees and terms for retrieving the resource.
 InternationalString FormatImpl.getFileDecompressionTechnique()
          Returns recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
 InternationalString MediumImpl.getMediumNote()
          Returns a description of other limitations or requirements for using the medium.
 InternationalString FormatImpl.getName()
          Returns the name of the data transfer format(s).
 InternationalString StandardOrderProcessImpl.getOrderingInstructions()
          Returns general instructions, terms and services provided by the distributor.
 InternationalString FormatImpl.getSpecification()
          Returns the name of a subset, profile, or product specification of the format.
 InternationalString StandardOrderProcessImpl.getTurnaround()
          Returns typical turnaround time for the filling of an order.
 InternationalString DigitalTransferOptionsImpl.getUnitsOfDistribution()
          Returne tiles, layers, geographic areas, etc., in which data is available.
 InternationalString FormatImpl.getVersion()
          Returne the version of the format (date, number, etc.).
 

Methods in org.geotools.metadata.iso.distribution with parameters of type InternationalString
 void FormatImpl.setAmendmentNumber(InternationalString newValue)
          Set the amendment number of the format version.
 void StandardOrderProcessImpl.setFees(InternationalString newValue)
          Set fees and terms for retrieving the resource.
 void FormatImpl.setFileDecompressionTechnique(InternationalString newValue)
          Set recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
 void MediumImpl.setMediumNote(InternationalString newValue)
          Set a description of other limitations or requirements for using the medium.
 void FormatImpl.setName(InternationalString newValue)
          Set the name of the data transfer format(s).
 void StandardOrderProcessImpl.setOrderingInstructions(InternationalString newValue)
          Set general instructions, terms and services provided by the distributor.
 void FormatImpl.setSpecification(InternationalString newValue)
          Set the name of a subset, profile, or product specification of the format.
 void StandardOrderProcessImpl.setTurnaround(InternationalString newValue)
          Set typical turnaround time for the filling of an order.
 void DigitalTransferOptionsImpl.setUnitsOfDistribution(InternationalString newValue)
          Set tiles, layers, geographic areas, etc., in which data is available.
 void FormatImpl.setVersion(InternationalString newValue)
          Set the version of the format (date, number, etc.).
 

Constructors in org.geotools.metadata.iso.distribution with parameters of type InternationalString
FormatImpl(InternationalString name, InternationalString version)
          Creates a format initialized to the given name.
 

Uses of InternationalString in org.geotools.metadata.iso.extent
 

Methods in org.geotools.metadata.iso.extent that return InternationalString
 InternationalString ExtentImpl.getDescription()
          Returns the spatial and temporal extent for the referring object.
 

Methods in org.geotools.metadata.iso.extent with parameters of type InternationalString
 void ExtentImpl.setDescription(InternationalString newValue)
          Set the spatial and temporal extent for the referring object.
 

Uses of InternationalString in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return InternationalString
 InternationalString IdentificationImpl.getAbstract()
          Brief narrative summary of the content of the resource(s).
 InternationalString DataIdentificationImpl.getEnvironmentDescription()
          Description of the dataset in the producerÂ’s processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
 InternationalString BrowseGraphicImpl.getFileDescription()
          Text description of the illustration.
 InternationalString IdentificationImpl.getPurpose()
          Summary of the intentions with which the resource(s) was developed.
 InternationalString UsageImpl.getSpecificUsage()
          Brief description of the resource and/or resource series usage.
 InternationalString DataIdentificationImpl.getSupplementalInformation()
          Any other descriptive information about the dataset.
 InternationalString UsageImpl.getUserDeterminedLimitations()
          Applications, determined by the user for which the resource and/or resource series is not suitable.
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type InternationalString
 Collection<InternationalString> KeywordsImpl.getKeywords()
          Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
 

Methods in org.geotools.metadata.iso.identification with parameters of type InternationalString
 void IdentificationImpl.setAbstract(InternationalString newValue)
          Set a brief narrative summary of the content of the resource(s).
 void DataIdentificationImpl.setEnvironmentDescription(InternationalString newValue)
          Set the description of the dataset in the producerÂ’s processing environment.
 void BrowseGraphicImpl.setFileDescription(InternationalString newValue)
          Set the text description of the illustration.
 void IdentificationImpl.setPurpose(InternationalString newValue)
          Set a summary of the intentions with which the resource(s) was developed.
 void UsageImpl.setSpecificUsage(InternationalString newValue)
          Set a brief description of the resource and/or resource series usage.
 void DataIdentificationImpl.setSupplementalInformation(InternationalString newValue)
          Set any other descriptive information about the dataset.
 void UsageImpl.setUserDeterminedLimitations(InternationalString newValue)
          Set applications, determined by the user for which the resource and/or resource series is not suitable.
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type InternationalString
 void KeywordsImpl.setKeywords(Collection<? extends InternationalString> newValues)
          Set commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
 

Constructors in org.geotools.metadata.iso.identification with parameters of type InternationalString
DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection<? extends Locale> language, Collection<? extends TopicCategory> topicCategories)
          Creates a data identification initialized to the specified values.
IdentificationImpl(Citation citation, InternationalString abstracts)
          Creates an identification initialized to the specified values.
UsageImpl(InternationalString specificUsage, Collection<ResponsibleParty> userContactInfo)
          Creates an usage initialized to the specified values.
 

Constructor parameters in org.geotools.metadata.iso.identification with type arguments of type InternationalString
KeywordsImpl(Collection<? extends InternationalString> keywords)
          Creates keywords initialized to the given list.
 

Uses of InternationalString in org.geotools.metadata.iso.lineage
 

Methods in org.geotools.metadata.iso.lineage that return InternationalString
 InternationalString ProcessStepImpl.getDescription()
          Returns the description of the event, including related parameters or tolerances.
 InternationalString SourceImpl.getDescription()
          Returns a detailed description of the level of the source data.
 InternationalString ProcessStepImpl.getRationale()
          Returns the requirement or purpose for the process step.
 InternationalString LineageImpl.getStatement()
          Returns the general explanation of the data producerÂ’s knowledge about the lineage of a dataset.
 

Methods in org.geotools.metadata.iso.lineage with parameters of type InternationalString
 void ProcessStepImpl.setDescription(InternationalString newValue)
          Set the description of the event, including related parameters or tolerances.
 void SourceImpl.setDescription(InternationalString newValue)
          Set a detailed description of the level of the source data.
 void ProcessStepImpl.setRationale(InternationalString newValue)
          Set the requirement or purpose for the process step.
 void LineageImpl.setStatement(InternationalString newValue)
          Set the general explanation of the data producerÂ’s knowledge about the lineage of a dataset.
 

Constructors in org.geotools.metadata.iso.lineage with parameters of type InternationalString
ProcessStepImpl(InternationalString description)
          Creates a process step initialized to the given description.
SourceImpl(InternationalString description)
          Creates a source initialized with the given description.
 

Uses of InternationalString in org.geotools.metadata.iso.maintenance
 

Methods in org.geotools.metadata.iso.maintenance that return types with arguments of type InternationalString
 Collection<InternationalString> MaintenanceInformationImpl.getMaintenanceNotes()
          Returns information regarding specific requirements for maintaining the resource.
 

Method parameters in org.geotools.metadata.iso.maintenance with type arguments of type InternationalString
 void MaintenanceInformationImpl.setMaintenanceNotes(Collection<? extends InternationalString> newValues)
          Set information regarding specific requirements for maintaining the resource.
 

Uses of InternationalString in org.geotools.metadata.iso.quality
 

Methods in org.geotools.metadata.iso.quality that return InternationalString
 InternationalString QuantitativeResultImpl.getErrorStatistic()
          Statistical method used to determine the value, or null if none.
 InternationalString ElementImpl.getEvaluationMethodDescription()
          Returns the description of the evaluation method.
 InternationalString ConformanceResultImpl.getExplanation()
          Explanation of the meaning of conformance for this result.
 InternationalString ElementImpl.getMeasureDescription()
          Returns the description of the measure being determined.
 

Methods in org.geotools.metadata.iso.quality that return types with arguments of type InternationalString
 Collection<InternationalString> ElementImpl.getNamesOfMeasure()
          Returns the name of the test applied to the data.
 

Methods in org.geotools.metadata.iso.quality with parameters of type InternationalString
 void QuantitativeResultImpl.setErrorStatistic(InternationalString newValue)
          Set the statistical method used to determine the value, or null if none.
 void ElementImpl.setEvaluationMethodDescription(InternationalString newValue)
          Set the description of the evaluation method.
 void ConformanceResultImpl.setExplanation(InternationalString newValue)
          Set the explanation of the meaning of conformance for this result.
 void ElementImpl.setMeasureDescription(InternationalString newValue)
          Set the description of the measure being determined.
 

Method parameters in org.geotools.metadata.iso.quality with type arguments of type InternationalString
 void ElementImpl.setNamesOfMeasure(Collection<? extends InternationalString> newValues)
          Set the name of the test applied to the data.
 

Constructors in org.geotools.metadata.iso.quality with parameters of type InternationalString
ConformanceResultImpl(Citation specification, InternationalString explanation, boolean pass)
          Creates a conformance result initialized to the given values.
 

Uses of InternationalString in org.geotools.metadata.iso.spatial
 

Methods in org.geotools.metadata.iso.spatial that return InternationalString
 InternationalString GeorectifiedImpl.getCheckPointDescription()
          Description of geographic position points used to test the accuracy of the georeferenced grid data.
 InternationalString GeoreferenceableImpl.getOrientationParameterDescription()
          Description of parameters used to describe sensor orientation.
 InternationalString GeorectifiedImpl.getTransformationDimensionDescription()
          Description of the information about which grid dimensions are the spatial dimensions.
 

Methods in org.geotools.metadata.iso.spatial that return types with arguments of type InternationalString
 Collection<InternationalString> GeorectifiedImpl.getTransformationDimensionMapping()
          Information about which grid dimensions are the spatial dimensions.
 

Methods in org.geotools.metadata.iso.spatial with parameters of type InternationalString
 void GeorectifiedImpl.setCheckPointDescription(InternationalString newValue)
          Set the description of geographic position points used to test the accuracy of the georeferenced grid data.
 void GeoreferenceableImpl.setOrientationParameterDescription(InternationalString newValue)
          Set a description of parameters used to describe sensor orientation.
 void GeorectifiedImpl.setTransformationDimensionDescription(InternationalString newValue)
          Set the description of the information about which grid dimensions are the spatial dimensions.
 

Method parameters in org.geotools.metadata.iso.spatial with type arguments of type InternationalString
 void GeorectifiedImpl.setTransformationDimensionMapping(Collection<? extends InternationalString> newValues)
          Set information about which grid dimensions are the spatial dimensions.
 

Uses of InternationalString in org.geotools.parameter
 

Methods in org.geotools.parameter that return InternationalString
 InternationalString MatrixParameters.getRemarks()
          Forward the call to the matrix parameter descriptors specified at construction time.
 

Uses of InternationalString in org.geotools.process
 

Methods in org.geotools.process that return InternationalString
 InternationalString ProcessFactory.getDescription(Name name)
          Human readable description of the specified process
 InternationalString ProcessFactory.getTitle()
          Name suitable for display to end user.
 InternationalString ProcessFactory.getTitle(Name name)
          Human readable title suitable for display for the specified process Please note that this title is *not* stable across locale; if you want to remember a ProcessFactory between runs please use getName (which is dependent on the implementor to guarantee uniqueness) or use the classname
 

Uses of InternationalString in org.geotools.process.factory
 

Methods in org.geotools.process.factory that return InternationalString
 InternationalString AnnotationDrivenProcessFactory.getDescription(Name name)
           
 InternationalString AnnotationDrivenProcessFactory.getTitle()
           
 InternationalString AnnotationDrivenProcessFactory.getTitle(Name name)
           
 

Constructors in org.geotools.process.factory with parameters of type InternationalString
AnnotatedBeanProcessFactory(InternationalString title, String namespace, Class<?>... beanClasses)
           
AnnotationDrivenProcessFactory(InternationalString title, String namespace)
           
StaticMethodsProcessFactory(InternationalString title, String namespace, Class<T> targetClass)
           
 

Uses of InternationalString in org.geotools.process.impl
 

Methods in org.geotools.process.impl that return InternationalString
protected abstract  InternationalString SingleProcessFactory.getDescription()
           
 InternationalString SingleProcessFactory.getDescription(Name name)
           
 InternationalString SingleProcessFactory.getTitle()
          Name suitable for display to end user.
 InternationalString SingleProcessFactory.getTitle(Name name)
           
 

Uses of InternationalString in org.geotools.referencing
 

Methods in org.geotools.referencing that return InternationalString
 InternationalString AbstractIdentifiedObject.getRemarks()
          Comments on or information about this object, including data source information.
 InternationalString NamedIdentifier.getRemarks()
          Comments on or information about this identifier, or null if none.
 InternationalString AbstractReferenceSystem.getScope()
          Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.
 InternationalString NamedIdentifier.toInternationalString()
          Returns a local-dependent string representation of this generic name.
 

Constructors in org.geotools.referencing with parameters of type InternationalString
NamedIdentifier(Citation authority, InternationalString code)
          Constructs an identifier from an authority and code informations.
 

Uses of InternationalString in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return InternationalString
 InternationalString EPSGCRSAuthorityFactory.getDescriptionText(String code)
          Deprecated.  
 

Uses of InternationalString in org.geotools.referencing.cs
 

Constructors in org.geotools.referencing.cs with parameters of type InternationalString
DefaultCoordinateSystemAxis(InternationalString name, String abbreviation, AxisDirection direction, Unit<?> unit)
          Constructs an axis with a name as an international string and an abbreviation.
 

Uses of InternationalString in org.geotools.referencing.datum
 

Methods in org.geotools.referencing.datum that return InternationalString
 InternationalString DefaultTemporalDatum.getAnchorPoint()
          Description of the point or points used to anchor the datum to the Earth.
 InternationalString AbstractDatum.getAnchorPoint()
          Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.
 InternationalString AbstractDatum.getScope()
          Description of domain of usage, or limitations of usage, for which this datum object is valid.
 

Uses of InternationalString in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return InternationalString
 InternationalString ManyAuthoritiesFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
abstract  InternationalString AbstractAuthorityMediator.getDescriptionText(String code)
           
 InternationalString BufferedAuthorityFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString AuthorityFactoryAdapter.getDescriptionText(String code)
          Returns a description for the object identified by the specified code.
abstract  InternationalString AbstractCachedAuthorityFactory.getDescriptionText(String code)
           
 InternationalString CachedCRSAuthorityDecorator.getDescriptionText(String code)
           
 InternationalString AbstractEpsgMediator.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString CachedAuthorityDecorator.getDescriptionText(String code)
           
 InternationalString ThreadedAuthorityFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString PropertyCoordinateOperationAuthorityFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString FallbackAuthorityFactory.getDescriptionText(String code)
          Returns a description for the object identified by the specified code.
 InternationalString PropertyAuthorityFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 

Uses of InternationalString in org.geotools.referencing.factory.epsg
 

Methods in org.geotools.referencing.factory.epsg that return InternationalString
 InternationalString AbstractEpsgFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString DirectEpsgFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString CartesianAuthorityFactory.getDescriptionText(String code)
           
 

Uses of InternationalString in org.geotools.referencing.factory.wms
 

Methods in org.geotools.referencing.factory.wms that return InternationalString
 InternationalString AutoCRSFactory.getDescriptionText(String code)
          Deprecated. Returns the CRS name for the given code.
 InternationalString WebCRSFactory.getDescriptionText(String code)
          Deprecated. Returns the CRS name for the given code.
 

Uses of InternationalString in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation that return InternationalString
 InternationalString DefaultOperationMethod.getFormula()
          Formula(s) or procedure used by this operation method.
 InternationalString AbstractCoordinateOperation.getScope()
          Description of domain of usage, or limitations of usage, for which this operation is valid.
 

Uses of InternationalString in org.geotools.referencing.piecewise
 

Methods in org.geotools.referencing.piecewise that return InternationalString
 InternationalString DomainElement1D.getName()
          Returns the domain element name.
 InternationalString DefaultDomain1D.getName()
           
 InternationalString Domain1D.getName()
          Returns the name of this object.
 InternationalString DefaultDomainElement1D.getName()
          Getter method for this DomainElement1D 's name.
 

Uses of InternationalString in org.geotools.renderer.i18n
 

Methods in org.geotools.renderer.i18n that return InternationalString
static InternationalString Vocabulary.formatInternational(int key)
          Gets an international string for the given key.
static InternationalString Vocabulary.formatInternational(int key, Object arg0)
          Gets an international string for the given key.
static InternationalString Vocabulary.formatInternational(int key, Object arg0, Object arg1)
          Gets an international string for the given key.
static InternationalString Vocabulary.formatInternational(int key, Object arg0, Object arg1, Object arg2)
          Gets an international string for the given key.
 

Uses of InternationalString in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d that return InternationalString
 InternationalString CoverageProcessingNode.getDescription()
          Retrieves the description for this CoverageProcessingNode
 InternationalString StyleVisitorCoverageProcessingNodeAdapter.getDescription()
           
 InternationalString BaseCoverageProcessingNode.getDescription()
           
 InternationalString CoverageProcessingNode.getName()
          Retrieves the name for this CoverageProcessingNode
 InternationalString LinearColorMap.getName()
           
 InternationalString StyleVisitorCoverageProcessingNodeAdapter.getName()
           
 InternationalString BaseCoverageProcessingNode.getName()
           
 

Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type InternationalString
BaseCoverageProcessingNode(InternationalString name, InternationalString description)
          Default constructor
BaseCoverageProcessingNode(int maxSources, Hints hints, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
BaseCoverageProcessingNode(int maxSources, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
StyleVisitorCoverageProcessingNodeAdapter(InternationalString name, InternationalString description)
          Default constructor for StyleVisitorCoverageProcessingNodeAdapter
StyleVisitorCoverageProcessingNodeAdapter(int maxSources, Hints hints, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
StyleVisitorCoverageProcessingNodeAdapter(int maxSources, InternationalString name, InternationalString description)
          Default constructor that gives users the possibility
SubchainStyleVisitorCoverageProcessingAdapter(InternationalString name, InternationalString description)
           
SubchainStyleVisitorCoverageProcessingAdapter(int maxSources, Hints hints, InternationalString name, InternationalString description)
           
SubchainStyleVisitorCoverageProcessingAdapter(int maxSources, InternationalString name, InternationalString description)
           
 

Uses of InternationalString in org.geotools.styling
 

Methods in org.geotools.styling that return InternationalString
 InternationalString DescriptionImpl.getAbstract()
           
 InternationalString Description.getAbstract()
          Human readable description.
 InternationalString DescriptionImpl.getTitle()
           
 InternationalString Description.getTitle()
          Human readable title.
 

Methods in org.geotools.styling with parameters of type InternationalString
 Description StyleFactoryImpl.description(InternationalString title, InternationalString description)
           
 DescriptionImpl StyleFactoryImpl2.description(InternationalString title, InternationalString description)
           
 Description StyleFactory.description(InternationalString title, InternationalString description)
           
 void DescriptionImpl.setAbstract(InternationalString description)
           
 void Description.setAbstract(InternationalString description)
           
 void DescriptionImpl.setTitle(InternationalString title)
           
 void Description.setTitle(InternationalString title)
           
 

Constructors in org.geotools.styling with parameters of type InternationalString
DescriptionImpl(InternationalString title, InternationalString description)
           
 

Uses of InternationalString in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type InternationalString
 DescriptionBuilder DescriptionBuilder.description(InternationalString description)
           
 DescriptionBuilder DescriptionBuilder.title(InternationalString title)
           
 

Uses of InternationalString in org.geotools.swing
 

Methods in org.geotools.swing that return InternationalString
 InternationalString JProgressWindow.getTask()
           
 

Methods in org.geotools.swing with parameters of type InternationalString
 void JProgressWindow.setTask(InternationalString task)
           
 

Uses of InternationalString in org.geotools.swt.control
 

Methods in org.geotools.swt.control that return InternationalString
 InternationalString ProgressWindow.getTask()
           
 

Methods in org.geotools.swt.control with parameters of type InternationalString
 void ProgressWindow.setTask(InternationalString task)
           
 

Uses of InternationalString in org.geotools.temporal.object
 

Methods in org.geotools.temporal.object that return InternationalString
 InternationalString DefaultCalendarDate.getCalendarEraName()
          Provides the name of the calendar era to which the date is referenced.
 InternationalString DefaultDateAndTime.getCalendarEraName()
           
 InternationalString DefaultPosition.getDateTime()
          May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.
 InternationalString DefaultPeriodDuration.getDays()
          A positive integer, followed by the character "D", which indicated the number of days in the period.
 InternationalString DefaultPeriodDuration.getDesignator()
          A mandatory element which designates that the returned string represents the duration of a period.
 InternationalString DefaultPeriodDuration.getHours()
          A positive integer, followed by the character "H", which indicated the number of hours in the period.
 InternationalString DefaultPeriodDuration.getMinutes()
          A positive integer, followed by the character "M", which indicated the number of minutes in the period.
 InternationalString DefaultPeriodDuration.getMonths()
          A positive integer, followed by the character "M", which indicated the number of months in the period.
 InternationalString DefaultPeriodDuration.getSeconds()
          A positive integer, followed by the character "S", which indicated the number of seconds in the period.
 InternationalString DefaultPeriodDuration.getTimeIndicator()
          Included whenever the sequence includes values for units less than a day.
 InternationalString DefaultPeriodDuration.getWeek()
           
 InternationalString DefaultPeriodDuration.getYears()
          A positive integer, followed by the character "Y", which indicated the number of years in the period.
 

Methods in org.geotools.temporal.object with parameters of type InternationalString
 void DefaultCalendarDate.setCalendarEraName(InternationalString calendarEraName)
           
 void DefaultDateAndTime.setCalendarEraName(InternationalString calendarEraName)
           
 void DefaultPeriodDuration.setDays(InternationalString days)
           
 void DefaultPeriodDuration.setHours(InternationalString hours)
           
 void DefaultPeriodDuration.setMinutes(InternationalString minutes)
           
 void DefaultPeriodDuration.setMonths(InternationalString months)
           
 void DefaultPeriodDuration.setSeconds(InternationalString seconds)
           
 void DefaultPeriodDuration.setWeek(InternationalString week)
           
 void DefaultPeriodDuration.setYears(InternationalString years)
           
 

Constructors in org.geotools.temporal.object with parameters of type InternationalString
DefaultCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)
           
DefaultDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
           
DefaultPeriodDuration(InternationalString years, InternationalString months, InternationalString week, InternationalString days, InternationalString hours, InternationalString minutes, InternationalString seconds)
          Creates a new instances of PeriodDuration.
DefaultPosition(InternationalString datetime)
          This constructor replace the constructor with further DateTime object which will be included in the futur version of jdk (jdk7).
 

Uses of InternationalString in org.geotools.temporal.reference
 

Methods in org.geotools.temporal.reference that return InternationalString
 InternationalString DefaultTemporalCoordinateSystem.getInterval()
           
 InternationalString DefaultCalendarEra.getName()
           
 InternationalString DefaultOrdinalEra.getName()
           
 InternationalString DefaultClock.getReferenceEvent()
           
 InternationalString DefaultCalendarEra.getReferenceEvent()
           
 InternationalString DefaultTemporalReferenceSystem.getRemarks()
           
 InternationalString DefaultTemporalReferenceSystem.getScope()
           
 

Methods in org.geotools.temporal.reference with parameters of type InternationalString
 void DefaultTemporalCoordinateSystem.setInterval(InternationalString interval)
           
 void DefaultCalendarEra.setName(InternationalString name)
           
 void DefaultOrdinalEra.setName(InternationalString name)
           
 void DefaultClock.setReferenceEvent(InternationalString referenceEvent)
           
 void DefaultCalendarEra.setReferenceEvent(InternationalString referenceEvent)
           
 void DefaultTemporalReferenceSystem.setScope(InternationalString scope)
           
 

Constructors in org.geotools.temporal.reference with parameters of type InternationalString
DefaultCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
           
DefaultClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
           
DefaultOrdinalEra(InternationalString name, Date beginning, Date end)
           
DefaultOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)
           
DefaultTemporalCoordinateSystem(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval)
           
 

Uses of InternationalString in org.geotools.text
 

Methods in org.geotools.text that return InternationalString
static InternationalString Text.text(String english)
          Create a international string based on the provided English text.
static InternationalString Text.text(String key, Map<String,String> translations)
           
static InternationalString Text.text(String key, Properties properties)
           
static InternationalString Text.text(String key, String resourceBundle)
          Create an international string based on provided key, and resource bundle.
 

Uses of InternationalString in org.geotools.util
 

Classes in org.geotools.util that implement InternationalString
 class AbstractInternationalString
          A string that has been internationalized into several locales.
 class GrowableInternationalString
          An implementation of international string using a map of strings for different locales.
 class ResourceInternationalString
          An international string backed by a resource bundle.
 class SimpleInternationalString
          A simple international string consisting of a single string for all locales.
 

Methods in org.geotools.util that return InternationalString
 InternationalString NullProgressListener.getTask()
           
 InternationalString DelegateProgressListener.getTask()
           
 InternationalString DefaultProgressListener.getTask()
           
 InternationalString GenericName.toInternationalString()
          Returns a local-dependent string representation of this generic name.
 InternationalString LocalName.toInternationalString()
          Returns a local-dependent string representation of this locale name.
 

Methods in org.geotools.util with parameters of type InternationalString
 int AbstractInternationalString.compareTo(InternationalString object)
          Compares this string with the specified object for order.
 void NullProgressListener.setTask(InternationalString task)
           
 void DelegateProgressListener.setTask(InternationalString task)
           
 void DefaultProgressListener.setTask(InternationalString task)
           
 

Uses of InternationalString in org.opengis.coverage
 

Methods in org.opengis.coverage that return InternationalString
 InternationalString[] SampleDimension.getCategoryNames()
          Sequence of category names for the values contained in a sample dimension.
 InternationalString SampleDimension.getDescription()
          Sample dimension title or description.
 

Uses of InternationalString in org.opengis.feature.type
 

Methods in org.opengis.feature.type that return InternationalString
 InternationalString PropertyType.getDescription()
          Human readable description of this property type.
 

Methods in org.opengis.feature.type with parameters of type InternationalString
 AssociationType FeatureTypeFactory.createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)
          Creates an association type.
 AttributeType FeatureTypeFactory.createAttributeType(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates an attribute type.
 ComplexType FeatureTypeFactory.createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a complex type.
 FeatureType FeatureTypeFactory.createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a feature type.
 GeometryType FeatureTypeFactory.createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a geometric attribute type.
 SimpleFeatureType FeatureTypeFactory.createSimpleFeatureType(Name name, List<AttributeDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
          Creates a simple feature type.
 

Uses of InternationalString in org.opengis.filter
 

Methods in org.opengis.filter with parameters of type InternationalString
<T> Parameter<T>
FilterFactory2.parameter(String name, Class<T> type, InternationalString title, InternationalString description, boolean required, int minOccurs, int maxOccurs, T defaultValue)
          Creates a parameter of a function.
 

Uses of InternationalString in org.opengis.metadata
 

Methods in org.opengis.metadata that return InternationalString
 InternationalString ExtendedElementInformation.getCondition()
          Condition under which the extended element is mandatory.
 InternationalString ExtendedElementInformation.getDefinition()
          Definition of the extended element.
 InternationalString ExtendedElementInformation.getDomainValue()
          Valid values that can be assigned to the extended element.
 InternationalString ExtendedElementInformation.getRule()
          Specifies how the extended element relates to other existing elements and entities.
 

Methods in org.opengis.metadata that return types with arguments of type InternationalString
 Collection<? extends InternationalString> ExtendedElementInformation.getRationales()
          Reason for creating the extended element.
 

Uses of InternationalString in org.opengis.metadata.citation
 

Methods in org.opengis.metadata.citation that return InternationalString
 InternationalString Address.getAdministrativeArea()
          State, province of the location.
 InternationalString Address.getCity()
          The city of the location.
 InternationalString Citation.getCollectiveTitle()
          Common title with holdings note.
 InternationalString Contact.getContactInstructions()
          Supplemental instructions on how or when to contact the individual or organization.
 InternationalString Address.getCountry()
          Country of the physical address.
 InternationalString OnLineResource.getDescription()
          Detailed text description of what the online resource is/does.
 InternationalString Citation.getEdition()
          Version of the cited resource.
 InternationalString Contact.getHoursOfService()
          Time period (including time zone) when individuals can contact the organization or individual.
 InternationalString Series.getName()
          Name of the series, or aggregate dataset, of which the dataset is a part.
 InternationalString ResponsibleParty.getOrganisationName()
          Name of the responsible organization.
 InternationalString Citation.getOtherCitationDetails()
          Other information required to complete the citation that is not recorded elsewhere.
 InternationalString ResponsibleParty.getPositionName()
          Role or position of the responsible person.
 InternationalString Citation.getTitle()
          Name by which the cited resource is known.
 

Methods in org.opengis.metadata.citation that return types with arguments of type InternationalString
 Collection<? extends InternationalString> Citation.getAlternateTitles()
          Short name or other language name by which the cited information is known.
 

Methods in org.opengis.metadata.citation with parameters of type InternationalString
 Address CitationFactory.createAddress(Collection<String> deliveryPoints, InternationalString city, InternationalString administrativeArea, String postalCode, InternationalString country, Collection<String> electronicMailAddresses)
          Location of the responsible individual or organization.
 Contact CitationFactory.createContact(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions)
          Information required to enable contact with the responsible person and/or organization.
 OnLineResource CitationFactory.createOnLineResource(URI linkage, String protocol, String applicationProfile, InternationalString description, OnLineFunction function)
          Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
 ResponsibleParty CitationFactory.createResponsibleParty(String individualName, InternationalString organisationName, InternationalString positionName, Contact contactInfo, Role role)
          Identification of, and means of communication with, person(s) and organizations associated with the dataset.
 

Uses of InternationalString in org.opengis.metadata.constraint
 

Methods in org.opengis.metadata.constraint that return InternationalString
 InternationalString SecurityConstraints.getClassificationSystem()
          Name of the classification system.
 InternationalString SecurityConstraints.getHandlingDescription()
          Additional information about the restrictions on handling the resource.
 InternationalString SecurityConstraints.getUserNote()
          Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
 

Methods in org.opengis.metadata.constraint that return types with arguments of type InternationalString
 Collection<? extends InternationalString> LegalConstraints.getOtherConstraints()
          Other restrictions and legal prerequisites for accessing and using the resource.
 Collection<? extends InternationalString> Constraints.getUseLimitation()
          Limitation affecting the fitness for use of the resource.
 

Uses of InternationalString in org.opengis.metadata.content
 

Methods in org.opengis.metadata.content that return InternationalString
 InternationalString RangeDimension.getDescriptor()
          Description of the range of a cell measurement value.
 

Uses of InternationalString in org.opengis.metadata.distribution
 

Methods in org.opengis.metadata.distribution that return InternationalString
 InternationalString Format.getAmendmentNumber()
          Amendment number of the format version.
 InternationalString StandardOrderProcess.getFees()
          Fees and terms for retrieving the resource.
 InternationalString Format.getFileDecompressionTechnique()
          Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
 InternationalString Medium.getMediumNote()
          Description of other limitations or requirements for using the medium.
 InternationalString Format.getName()
          Name of the data transfer format(s).
 InternationalString StandardOrderProcess.getOrderingInstructions()
          General instructions, terms and services provided by the distributor.
 InternationalString Format.getSpecification()
          Name of a subset, profile, or product specification of the format.
 InternationalString StandardOrderProcess.getTurnaround()
          Typical turnaround time for the filling of an order.
 InternationalString DigitalTransferOptions.getUnitsOfDistribution()
          Tiles, layers, geographic areas, etc.
 InternationalString Format.getVersion()
          Version of the format (date, number, etc.
 

Uses of InternationalString in org.opengis.metadata.extent
 

Methods in org.opengis.metadata.extent that return InternationalString
 InternationalString Extent.getDescription()
          Returns the spatial and temporal extent for the referring object.
 

Uses of InternationalString in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return InternationalString
 InternationalString Identification.getAbstract()
          Brief narrative summary of the content of the resource(s).
 InternationalString DataIdentification.getEnvironmentDescription()
          Description of the dataset in the producer's processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
 InternationalString BrowseGraphic.getFileDescription()
          Text description of the illustration.
 InternationalString Identification.getPurpose()
          Summary of the intentions with which the resource(s) was developed.
 InternationalString Usage.getSpecificUsage()
          Brief description of the resource and/or resource series usage.
 InternationalString DataIdentification.getSupplementalInformation()
          Any other descriptive information about the dataset.
 InternationalString Usage.getUserDeterminedLimitations()
          Applications, determined by the user for which the resource and/or resource series is not suitable.
 

Methods in org.opengis.metadata.identification that return types with arguments of type InternationalString
 Collection<? extends InternationalString> Keywords.getKeywords()
          Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
 

Uses of InternationalString in org.opengis.metadata.lineage
 

Methods in org.opengis.metadata.lineage that return InternationalString
 InternationalString Source.getDescription()
          Detailed description of the level of the source data.
 InternationalString ProcessStep.getDescription()
          Description of the event, including related parameters or tolerances.
 InternationalString ProcessStep.getRationale()
          Requirement or purpose for the process step.
 InternationalString Lineage.getStatement()
          General explanation of the data producer's knowledge about the lineage of a dataset.
 

Uses of InternationalString in org.opengis.metadata.maintenance
 

Methods in org.opengis.metadata.maintenance that return types with arguments of type InternationalString
 Collection<? extends InternationalString> MaintenanceInformation.getMaintenanceNotes()
          Information regarding specific requirements for maintaining the resource.
 

Uses of InternationalString in org.opengis.metadata.quality
 

Methods in org.opengis.metadata.quality that return InternationalString
 InternationalString QuantitativeResult.getErrorStatistic()
          Statistical method used to determine the value, or null if none.
 InternationalString Element.getEvaluationMethodDescription()
          Description of the evaluation method.
 InternationalString ConformanceResult.getExplanation()
          Explanation of the meaning of conformance for this result.
 InternationalString Element.getMeasureDescription()
          Description of the measure being determined.
 

Methods in org.opengis.metadata.quality that return types with arguments of type InternationalString
 Collection<? extends InternationalString> Element.getNamesOfMeasure()
          Name of the test applied to the data.
 

Uses of InternationalString in org.opengis.metadata.spatial
 

Methods in org.opengis.metadata.spatial that return InternationalString
 InternationalString Georectified.getCheckPointDescription()
          Description of geographic position points used to test the accuracy of the georeferenced grid data.
 InternationalString Georeferenceable.getOrientationParameterDescription()
          Description of parameters used to describe sensor orientation.
 InternationalString Georectified.getTransformationDimensionDescription()
          Description of the information about which grid dimensions are the spatial dimensions.
 

Methods in org.opengis.metadata.spatial that return types with arguments of type InternationalString
 Collection<? extends InternationalString> Georectified.getTransformationDimensionMapping()
          Information about which grid dimensions are the spatial dimensions.
 

Uses of InternationalString in org.opengis.parameter
 

Methods in org.opengis.parameter that return InternationalString
 InternationalString Parameter.getDescription()
          Description of the parameter.
 InternationalString Parameter.getTitle()
          Title of the parameter.
 

Uses of InternationalString in org.opengis.referencing
 

Methods in org.opengis.referencing that return InternationalString
 InternationalString AuthorityFactory.getDescriptionText(String code)
          Gets a description of the object corresponding to a code.
 InternationalString IdentifiedObject.getRemarks()
          Comments on or information about this object, including data source information.
 InternationalString ReferenceSystem.getScope()
          Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.
 

Uses of InternationalString in org.opengis.referencing.datum
 

Methods in org.opengis.referencing.datum that return InternationalString
 InternationalString TemporalDatum.getAnchorPoint()
          This attribute is defined in the Datum parent interface, but is not used by a temporal datum.
 InternationalString Datum.getAnchorPoint()
          Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.
 InternationalString Datum.getScope()
          Description of domain of usage, or limitations of usage, for which this datum object is valid.
 

Uses of InternationalString in org.opengis.referencing.operation
 

Methods in org.opengis.referencing.operation that return InternationalString
 InternationalString OperationMethod.getFormula()
          Formula(s) or procedure used by this operation method.
 InternationalString CoordinateOperation.getScope()
          Description of domain of usage, or limitations of usage, for which this operation is valid.
 

Uses of InternationalString in org.opengis.style
 

Methods in org.opengis.style that return InternationalString
 InternationalString Description.getAbstract()
          Returns a human readable, prose description of this style.
 InternationalString Description.getTitle()
          Returns the human readable title of this style.
 

Methods in org.opengis.style with parameters of type InternationalString
 Description StyleFactory.description(InternationalString title, InternationalString description)
           
 

Uses of InternationalString in org.opengis.temporal
 

Methods in org.opengis.temporal that return InternationalString
 InternationalString CalendarDate.getCalendarEraName()
          Provides the name of the calendar era to which the date is referenced.
 InternationalString Position.getDateTime()
          May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.
 InternationalString PeriodDuration.getDays()
          A positive integer, followed by the character "D", which indicated the number of days in the period.
 InternationalString PeriodDuration.getDesignator()
          A mandatory element which designates that the returned string represents the duration of a period.
 InternationalString PeriodDuration.getHours()
          A positive integer, followed by the character "H", which indicated the number of hours in the period.
 InternationalString TemporalCoordinateSystem.getInterval()
          Identifies the base interval for this temporal coordinate system as a unit of measure specified by ISO 31-1, or a multiple of one of those units, as specified by ISO 1000.
 InternationalString PeriodDuration.getMinutes()
          A positive integer, followed by the character "M", which indicated the number of minutes in the period.
 InternationalString PeriodDuration.getMonths()
          A positive integer, followed by the character "M", which indicated the number of months in the period.
 InternationalString OrdinalEra.getName()
          The unique name of the ordinal era within the ordinal reference system.
 InternationalString CalendarEra.getName()
          Uniquely identifies the calendar era within this calendar.
 InternationalString Clock.getReferenceEvent()
          Event used as the datum for this clock.
 InternationalString CalendarEra.getReferenceEvent()
          Provides the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era.
 InternationalString PeriodDuration.getSeconds()
          A positive integer, followed by the character "S", which indicated the number of seconds in the period.
 InternationalString PeriodDuration.getTimeIndicator()
          Included whenever the sequence includes values for units less than a day.
 InternationalString PeriodDuration.getYears()
          A positive integer, followed by the character "Y", which indicated the number of years in the period.
 

Methods in org.opengis.temporal with parameters of type InternationalString
 CalendarDate TemporalFactory.createCalendarDate(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate)
           
 CalendarEra TemporalFactory.createCalendarEra(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse)
           
 Clock TemporalFactory.createClock(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference)
           
 DateAndTime TemporalFactory.createDateAndTime(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime)
           
 OrdinalEra TemporalFactory.createOrdinalEra(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition)
           
 PeriodDuration TemporalFactory.createPeriodDuration(InternationalString years, InternationalString months, InternationalString week, InternationalString days, InternationalString hours, InternationalString minutes, InternationalString seconds)
           
 TemporalCoordinateSystem TemporalFactory.createTemporalCoordinateSystem(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval)
           
 

Uses of InternationalString in org.opengis.util
 

Methods in org.opengis.util that return InternationalString
 InternationalString NameFactory.createInternationalString(Map<Locale,String> strings)
          Creates an international string from a set of strings in different locales.
 InternationalString ProgressListener.getTask()
          Returns the description of the current task being performed, or null if none.
 InternationalString GenericName.toInternationalString()
          Returns a local-dependent string representation of this generic name.
 

Methods in org.opengis.util with parameters of type InternationalString
 LocalName NameFactory.createLocalName(GenericName scope, String name, InternationalString localizedName)
          Deprecated. Replaced by createNameSpace for the scope argument, and createLocalName for the name and localized name arguments.
 ScopedName NameFactory.createScopedName(GenericName scope, String name, InternationalString localizedName)
          Deprecated. Replaced by createNameSpace for the scope argument, and parseGenericName for the name and localized name arguments.
 void ProgressListener.setTask(InternationalString task)
          Sets the description of the current task being performed.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.