Uses of Interface
org.geotools.api.util.InternationalString
Packages that use InternationalString
Package
Description
Coverages (generate a value for any point).
Defines the DataStore API via which all data is imported or exported.
Feature model ISO 19109 with allowances for usability.
Filters features according their properties.
Citation and
responsible party information.
Extent information.
Description and storage of parameter values.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities.
Coverage implementation.
Coverage processing
implementations.
List of coverage operations.
GRASS input/output drivers
Localized resources for Geotools.
Citation implementation.
Extent implementation.
Provides for Web Map Server client access as a Grid Coverage Exchange.
Parameter implementation.
Define a Process API used to wrap up processes for reuse.
Class to help developers implement additional Processes.
Reference systems implementation.
Coordinate systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Allows for symbolization of geospatial data.
Simple Swing widgets for map display.
Contains utilities and addition to the collection framework.
-
Uses of InternationalString in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return InternationalStringModifier and TypeMethodDescriptionSampleDimension.getCategoryNames()
Sequence of category names for the values contained in a sample dimension.SampleDimension.getDescription()
Sample dimension title or description. -
Uses of InternationalString in org.geotools.api.data
Fields in org.geotools.api.data declared as InternationalStringModifier and TypeFieldDescriptionfinal InternationalString
Parameter.description
Human readable description of this parameter.final InternationalString
Parameter.title
Human readable title/name of this parameter.Methods in org.geotools.api.data that return InternationalStringConstructors in org.geotools.api.data with parameters of type InternationalStringModifierConstructorDescriptionParam
(String key, Class<?> type, InternationalString description, boolean required, Object sample) Provides support for text representationsParam
(String key, Class<?> type, InternationalString description, boolean required, Object sample, Map<String, ?> metadata) Provides support for text representationsParam
(String key, Class<?> type, InternationalString title, InternationalString description, boolean required, int min, int max, Object sample, Map<String, ?> metadata) Supports all Parameter values.Parameter
(String key, Class<T> type, InternationalString title, InternationalString description) Mandatory parameterParameter
(String key, Class<T> type, InternationalString title, InternationalString description, boolean required, int min, int max, T sample, Map<String, Object> metadata) Addition of optional parametersParameter
(String key, Class<T> type, InternationalString title, InternationalString description, Map<String, Object> metadata) Mandatory parameter with metadata. -
Uses of InternationalString in org.geotools.api.feature.type
Methods in org.geotools.api.feature.type that return InternationalStringModifier and TypeMethodDescriptionPropertyType.getDescription()
Human readable description of this property type.Methods in org.geotools.api.feature.type with parameters of type InternationalStringModifier and TypeMethodDescriptionFeatureTypeFactory.createAssociationType
(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) Creates an association type.FeatureTypeFactory.createAttributeType
(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates an attribute type.FeatureTypeFactory.createComplexType
(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a complex type.FeatureTypeFactory.createFeatureType
(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a feature type.FeatureTypeFactory.createGeometryType
(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Creates a geometric attribute type.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.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type InternationalStringModifier and TypeMethodDescription<T> Parameter<T>
FilterFactory.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.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return InternationalStringModifier and TypeMethodDescriptionAddress.getAdministrativeArea()
State, province of the location.Address.getCity()
The city of the location.Citation.getCollectiveTitle()
Common title with holdings note.Contact.getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization.Address.getCountry()
Country of the physical address.OnLineResource.getDescription()
Detailed text description of what the online resource is/does.Citation.getEdition()
Version of the cited resource.Contact.getHoursOfService()
Time period (including time zone) when individuals can contact the organization or individual.ResponsibleParty.getOrganisationName()
Name of the responsible organization.Citation.getOtherCitationDetails()
Other information required to complete the citation that is not recorded elsewhere.ResponsibleParty.getPositionName()
Role or position of the responsible person.Citation.getTitle()
Name by which the cited resource is known.Methods in org.geotools.api.metadata.citation that return types with arguments of type InternationalStringModifier and TypeMethodDescriptionCollection<? extends InternationalString>
Citation.getAlternateTitles()
Short name or other language name by which the cited information is known.Methods in org.geotools.api.metadata.citation with parameters of type InternationalStringModifier and TypeMethodDescriptionCitationFactory.createAddress
(Collection<String> deliveryPoints, InternationalString city, InternationalString administrativeArea, String postalCode, InternationalString country, Collection<String> electronicMailAddresses) Location of the responsible individual or organization.CitationFactory.createContact
(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions) Information required to enable contact with the responsible person and/or organization.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.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.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return InternationalStringModifier and TypeMethodDescriptionExtent.getDescription()
Returns the spatial and temporal extent for the referring object. -
Uses of InternationalString in org.geotools.api.metadata.quality
Methods in org.geotools.api.metadata.quality that return InternationalStringModifier and TypeMethodDescriptionQuantitativeResult.getErrorStatistic()
Statistical method used to determine the value, ornull
if none.Element.getEvaluationMethodDescription()
Description of the evaluation method.ConformanceResult.getExplanation()
Explanation of the meaning of conformance for this result.Element.getMeasureDescription()
Description of the measure being determined.Methods in org.geotools.api.metadata.quality that return types with arguments of type InternationalStringModifier and TypeMethodDescriptionCollection<? extends InternationalString>
Element.getNamesOfMeasure()
Name of the test applied to the data. -
Uses of InternationalString in org.geotools.api.parameter
Methods in org.geotools.api.parameter that return InternationalStringModifier and TypeMethodDescriptionParameter.getDescription()
Description of the parameter.Parameter.getTitle()
Title of the parameter. -
Uses of InternationalString in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return InternationalStringModifier and TypeMethodDescriptionAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.IdentifiedObject.getRemarks()
Comments on or information about this object, including data source information.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.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return InternationalStringModifier and TypeMethodDescriptionDatum.getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.TemporalDatum.getAnchorPoint()
This attribute is defined in theDatum
parent interface, but is not used by a temporal datum.Datum.getScope()
Description of domain of usage, or limitations of usage, for which this datum object is valid. -
Uses of InternationalString in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return InternationalStringModifier and TypeMethodDescriptionOperationMethod.getFormula()
Formula(s) or procedure used by this operation method.CoordinateOperation.getScope()
Description of domain of usage, or limitations of usage, for which this operation is valid. -
Uses of InternationalString in org.geotools.api.style
Methods in org.geotools.api.style that return InternationalStringModifier and TypeMethodDescriptionDescription.getAbstract()
Human readable description.Description.getTitle()
Human readable title.Methods in org.geotools.api.style with parameters of type InternationalStringModifier and TypeMethodDescriptionStyleFactory.description
(InternationalString title, InternationalString description) void
Description.setAbstract
(InternationalString description) void
Description.setTitle
(InternationalString title) -
Uses of InternationalString in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return InternationalStringModifier and TypeMethodDescriptionCalendarDate.getCalendarEraName()
Provides the name of the calendar era to which the date is referenced.Position.getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.PeriodDuration.getDays()
A positive integer, followed by the character "D", which indicated the number of days in the period.PeriodDuration.getDesignator()
A mandatory element which designates that the returned string represents the duration of a period.PeriodDuration.getHours()
A positive integer, followed by the character "H", which indicated the number of hours in the period.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.PeriodDuration.getMinutes()
A positive integer, followed by the character "M", which indicated the number of minutes in the period.PeriodDuration.getMonths()
A positive integer, followed by the character "M", which indicated the number of months in the period.CalendarEra.getName()
Uniquely identifies the calendar era within this calendar.OrdinalEra.getName()
The unique name of the ordinal era within the ordinal reference system.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.Clock.getReferenceEvent()
Event used as the datum for this clock.PeriodDuration.getSeconds()
A positive integer, followed by the character "S", which indicated the number of seconds in the period.PeriodDuration.getTimeIndicator()
Included whenever the sequence includes values for units less than a day.PeriodDuration.getYears()
A positive integer, followed by the character "Y", which indicated the number of years in the period.Methods in org.geotools.api.temporal with parameters of type InternationalStringModifier and TypeMethodDescriptionTemporalFactory.createCalendarDate
(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate) TemporalFactory.createCalendarEra
(InternationalString name, InternationalString referenceEvent, CalendarDate referenceDate, JulianDate julianReference, Period epochOfUse) TemporalFactory.createClock
(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference) TemporalFactory.createDateAndTime
(TemporalReferenceSystem frame, IndeterminateValue indeterminatePosition, InternationalString calendarEraName, int[] calendarDate, Number[] clockTime) TemporalFactory.createOrdinalEra
(InternationalString name, Date beginning, Date end, Collection<OrdinalEra> composition) TemporalFactory.createPeriodDuration
(InternationalString years, InternationalString months, InternationalString week, InternationalString days, InternationalString hours, InternationalString minutes, InternationalString seconds) TemporalFactory.createTemporalCoordinateSystem
(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval) -
Uses of InternationalString in org.geotools.api.util
Methods in org.geotools.api.util that return InternationalStringModifier and TypeMethodDescriptionNameFactory.createInternationalString
(Map<Locale, String> strings) Creates an international string from a set of strings in different locales.ProgressListener.getTask()
Returns the description of the current task being performed, ornull
if none.GenericName.toInternationalString()
Returns a local-dependent string representation of this generic name.Methods in org.geotools.api.util with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
ProgressListener.setTask
(InternationalString task) Sets the description of the current task being performed. -
Uses of InternationalString in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type InternationalStringModifier and TypeMethodDescriptionDescriptionBuilder.description
(InternationalString description) RuleBuilder.ruleAbstract
(InternationalString ruleAbstract) DescriptionBuilder.title
(InternationalString title) RuleBuilder.title
(InternationalString title) -
Uses of InternationalString in org.geotools.coverage
Methods in org.geotools.coverage that return InternationalStringModifier and TypeMethodDescriptionGridSampleDimension.getCategoryNames()
Returns a sequence of category names for the values contained in this sample dimension.GridSampleDimension.getDescription()
Gets the sample dimension title or description.AbstractCoverage.getName()
Returns the coverage name, ornull
if none.Category.getName()
Returns the category name.static InternationalString
TypeMap.getName
(SampleDimensionType type) Returns the sample dimension type name as an international string. -
Uses of InternationalString in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return InternationalStringModifier and TypeMethodDescriptionDriver.getDescription()
Describe the nature of thisDriver
implementation.Driver.getTitle()
Human readable title for thisDriver
. -
Uses of InternationalString in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return InternationalString -
Uses of InternationalString in org.geotools.coverage.io.range
Methods in org.geotools.coverage.io.range that return InternationalStringModifier and TypeMethodDescriptionFieldType.getDescription()
Get the description of theFieldType
RangeType.getDescription()
Retrieves thisRangeType
description asInternationalString
. -
Uses of InternationalString in org.geotools.coverage.io.range.impl
Methods in org.geotools.coverage.io.range.impl that return InternationalStringModifier and TypeMethodDescriptionDefaultFieldType.getDescription()
DefaultRangeType.getDescription()
Constructors in org.geotools.coverage.io.range.impl with parameters of type InternationalStringModifierConstructorDescriptionDefaultFieldType
(Name name, InternationalString description, Set<SampleDimension> samples) DefaultRangeType
(Name name, InternationalString description, Set<FieldType> fieldTypes) -
Uses of InternationalString in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return InternationalStringModifier and TypeMethodDescriptionprotected 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 InternationalStringModifier and TypeMethodDescriptionOperationJAI.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 thederiveGridCoverage
method. -
Uses of InternationalString in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation with parameters of type InternationalStringModifier and TypeMethodDescriptionAbsolute.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Add.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) AddConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Affine.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) protected Map
BandMerge.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, BandMerge.BandMergeParams parameters) DivideByConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Exp.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) 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.Histogram.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Prepare theHistogram
property for this histogram operation.Invert.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Log.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Mosaic.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, Mosaic.Params parameters) Multiply.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) MultiplyConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Rescale.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Scale.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ShadedRelief.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractFromConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Warp.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ZonalStatistics.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) -
Uses of InternationalString in org.geotools.coverage.util
Fields in org.geotools.coverage.util declared as InternationalStringModifier and TypeFieldDescriptionstatic final InternationalString
CoverageUtilities.NODATA
Public name for standard No Data category. -
Uses of InternationalString in org.geotools.data.complex.feature.type
Methods in org.geotools.data.complex.feature.type that return InternationalStringMethods in org.geotools.data.complex.feature.type with parameters of type InternationalStringModifier and TypeMethodDescriptionComplexFeatureTypeFactoryImpl.createFeatureType
(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) UniqueNameFeatureTypeFactoryImpl.createFeatureType
(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) Override superclass to returnUniqueNameFeatureTypeImpl
instead ofFeatureTypeImpl
.Constructors in org.geotools.data.complex.feature.type with parameters of type InternationalStringModifierConstructorDescriptionComplexFeatureTypeImpl
(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.UniqueNameFeatureTypeImpl
(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) -
Uses of InternationalString in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb with parameters of type InternationalStringModifier and TypeMethodDescriptionParamBuilder.description
(InternationalString description) Sets the parameter description using an InternationalString.ParamBuilder.title
(InternationalString title) Sets the parameter title using an InternationalString. -
Uses of InternationalString in org.geotools.data.transform
Methods in org.geotools.data.transform that return InternationalStringConstructors in org.geotools.data.transform with parameters of type InternationalStringModifierConstructorDescriptionDefinition
(String name, Expression source, Class binding, CoordinateReferenceSystem crs, InternationalString description) Creates a new transformed propertyDefinition
(String name, InternationalString description) Creates a new property definition with a description -
Uses of InternationalString in org.geotools.data.util
Methods in org.geotools.data.util that return InternationalStringModifier and TypeMethodDescriptionDefaultProgressListener.getTask()
DelegateProgressListener.getTask()
NullProgressListener.getTask()
Methods in org.geotools.data.util with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
DefaultProgressListener.setTask
(InternationalString task) void
DelegateProgressListener.setTask
(InternationalString task) void
NullProgressListener.setTask
(InternationalString task) -
Uses of InternationalString in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return InternationalStringModifier and TypeMethodDescriptionVPFFeatureClass.getDescription()
VPFFeatureType.getDescription()
-
Uses of InternationalString in org.geotools.feature
Fields in org.geotools.feature declared as InternationalStringModifier and TypeFieldDescriptionprotected InternationalString
AttributeTypeBuilder.description
string descriptionMethods in org.geotools.feature that return InternationalStringMethods in org.geotools.feature with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
AttributeTypeBuilder.setDescription
(InternationalString description) void
TypeBuilder.setDescription
(InternationalString description) -
Uses of InternationalString in org.geotools.feature.simple
Fields in org.geotools.feature.simple declared as InternationalStringModifier and TypeFieldDescriptionprotected InternationalString
SimpleFeatureTypeBuilder.description
Description of type.Methods in org.geotools.feature.simple that return InternationalStringModifier and TypeMethodDescriptionSimpleFeatureTypeBuilder.getDescription()
The description of the built type.Methods in org.geotools.feature.simple with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
SimpleFeatureTypeBuilder.setDescription
(InternationalString description) Sets the description of the built type.Constructors in org.geotools.feature.simple with parameters of type InternationalStringModifierConstructorDescriptionSimpleFeatureTypeImpl
(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 InternationalStringModifier and TypeFieldDescriptionprotected final InternationalString
PropertyTypeImpl.description
Methods in org.geotools.feature.type that return InternationalStringModifier and TypeMethodDescriptionAbstractLazyAttributeTypeImpl.getDescription()
PropertyTypeImpl.getDescription()
Methods in org.geotools.feature.type with parameters of type InternationalStringModifier and TypeMethodDescriptionFeatureTypeFactoryImpl.createAssociationType
(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description) FeatureTypeFactoryImpl.createAttributeType
(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) FeatureTypeFactoryImpl.createComplexType
(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) FeatureTypeFactoryImpl.createFeatureType
(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) FeatureTypeFactoryImpl.createGeometryType
(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description) 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 InternationalStringModifierConstructorDescriptionAbstractLazyAttributeTypeImpl
(Name name, Class<?> binding, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description) Constructor arguments have the same meaning as inAttributeTypeImpl
.AbstractLazyComplexTypeImpl
(Name name, boolean identified, boolean isAbstract, List<Filter> restrictions, InternationalString description) Constructor arguments have the same meaning as inComplexTypeImpl
.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) 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) -
Uses of InternationalString in org.geotools.filter
Methods in org.geotools.filter with parameters of type InternationalStringModifier and TypeMethodDescription<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 InternationalStringMethods in org.geotools.gce.grassraster with parameters of type InternationalString -
Uses of InternationalString in org.geotools.metadata.i18n
Methods in org.geotools.metadata.i18n that return InternationalStringModifier and TypeMethodDescriptionstatic 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.metadata.iso.citation
Methods in org.geotools.metadata.iso.citation that return InternationalStringModifier and TypeMethodDescriptionAddressImpl.getAdministrativeArea()
Return the state, province of the location.AddressImpl.getCity()
Returns the city of the location Returnsnull
if unspecified.CitationImpl.getCollectiveTitle()
Returns the common title with holdings note.ContactImpl.getContactInstructions()
Returns supplemental instructions on how or when to contact the individual or organization.AddressImpl.getCountry()
Returns the country of the physical address.OnLineResourceImpl.getDescription()
Returns the detailed text description of what the online resource is/does.CitationImpl.getEdition()
Returns the version of the cited resource.ContactImpl.getHoursOfService()
Returns time period (including time zone) when individuals can contact the organization or individual.ResponsiblePartyImpl.getOrganisationName()
Returns the name of the responsible organization.CitationImpl.getOtherCitationDetails()
Returns other information required to complete the citation that is not recorded elsewhere.ResponsiblePartyImpl.getPositionName()
Returns the role or position of the responsible person Only one ofindividualName
,organisationName
andpositionName
should be provided.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 InternationalStringModifier and TypeMethodDescriptionCitationImpl.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 InternationalStringModifier and TypeMethodDescriptionvoid
AddressImpl.setAdministrativeArea
(InternationalString newValue) Set the state, province of the location.void
AddressImpl.setCity
(InternationalString newValue) Set the city of the locationvoid
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
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 ofindividualName
,organisationName
andpositionName
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 InternationalStringModifier and TypeMethodDescriptionvoid
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.extent
Methods in org.geotools.metadata.iso.extent that return InternationalStringModifier and TypeMethodDescriptionExtentImpl.getDescription()
Returns the spatial and temporal extent for the referring object.Methods in org.geotools.metadata.iso.extent with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
ExtentImpl.setDescription
(InternationalString newValue) Set the spatial and temporal extent for the referring object. -
Uses of InternationalString in org.geotools.metadata.iso.quality
Methods in org.geotools.metadata.iso.quality that return InternationalStringModifier and TypeMethodDescriptionQuantitativeResultImpl.getErrorStatistic()
Statistical method used to determine the value, ornull
if none.ElementImpl.getEvaluationMethodDescription()
Returns the description of the evaluation method.ConformanceResultImpl.getExplanation()
Explanation of the meaning of conformance for this result.ElementImpl.getMeasureDescription()
Returns the description of the measure being determined.Methods in org.geotools.metadata.iso.quality that return types with arguments of type InternationalStringModifier and TypeMethodDescriptionElementImpl.getNamesOfMeasure()
Returns the name of the test applied to the data.Methods in org.geotools.metadata.iso.quality with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
QuantitativeResultImpl.setErrorStatistic
(InternationalString newValue) Set the statistical method used to determine the value, ornull
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 InternationalStringModifier and TypeMethodDescriptionvoid
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 InternationalStringModifierConstructorDescriptionConformanceResultImpl
(Citation specification, InternationalString explanation, boolean pass) Creates a conformance result initialized to the given values. -
Uses of InternationalString in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return InternationalStringMethods in org.geotools.ows.wms with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
StyleImpl.setAbstract
(InternationalString _abstract) void
StyleImpl.setTitle
(InternationalString title) -
Uses of InternationalString in org.geotools.parameter
Methods in org.geotools.parameter that return InternationalStringModifier and TypeMethodDescriptionMatrixParameters.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 InternationalStringModifier and TypeMethodDescriptionProcessFactory.getDescription
(Name name) Human readable description of the specified processProcessFactory.getTitle()
Name suitable for display to end user.Human readable title suitable for display for the specified process -
Uses of InternationalString in org.geotools.process.factory
Methods in org.geotools.process.factory that return InternationalStringModifier and TypeMethodDescriptionAnnotationDrivenProcessFactory.getDescription
(Name name) AnnotationDrivenProcessFactory.getTitle()
Constructors in org.geotools.process.factory with parameters of type InternationalStringModifierConstructorDescriptionAnnotatedBeanProcessFactory
(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 InternationalStringModifier and TypeMethodDescriptionprotected abstract InternationalString
SingleProcessFactory.getDescription()
SingleProcessFactory.getDescription
(Name name) SingleProcessFactory.getTitle()
Name suitable for display to end user. -
Uses of InternationalString in org.geotools.referencing
Methods in org.geotools.referencing that return InternationalStringModifier and TypeMethodDescriptionAbstractIdentifiedObject.getRemarks()
Comments on or information about this object, including data source information.NamedIdentifier.getRemarks()
Comments on or information about this identifier, ornull
if none.AbstractReferenceSystem.getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.NamedIdentifier.toInternationalString()
Returns a local-dependent string representation of this generic name.Constructors in org.geotools.referencing with parameters of type InternationalStringModifierConstructorDescriptionNamedIdentifier
(Citation authority, InternationalString code) Constructs an identifier from an authority and code informations. -
Uses of InternationalString in org.geotools.referencing.cs
Constructors in org.geotools.referencing.cs with parameters of type InternationalStringModifierConstructorDescriptionDefaultCoordinateSystemAxis
(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 InternationalStringModifier and TypeMethodDescriptionAbstractDatum.getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.DefaultTemporalDatum.getAnchorPoint()
Description of the point or points used to anchor the datum to the Earth.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.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return InternationalString -
Uses of InternationalString in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return InternationalStringModifier and TypeMethodDescriptionabstract InternationalString
AbstractAuthorityMediator.getDescriptionText
(String code) abstract InternationalString
AbstractCachedAuthorityFactory.getDescriptionText
(String code) AbstractEpsgMediator.getDescriptionText
(String code) Gets a description of the object corresponding to a code.AuthorityFactoryAdapter.getDescriptionText
(String code) Returns a description for the object identified by the specified code.BufferedAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.CachedAuthorityDecorator.getDescriptionText
(String code) CachedCRSAuthorityDecorator.getDescriptionText
(String code) FallbackAuthorityFactory.getDescriptionText
(String code) Returns a description for the object identified by the specified code.ManyAuthoritiesFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.PropertyAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.PropertyCoordinateOperationAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.ThreadedAuthorityFactory.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 InternationalStringModifier and TypeMethodDescriptionAbstractEpsgFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.CartesianAuthorityFactory.getDescriptionText
(String code) DirectEpsgFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code. -
Uses of InternationalString in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return InternationalStringModifier and TypeMethodDescriptionAutoCRSFactory.getDescriptionText
(String code) Returns the CRS name for the given code.WebCRSFactory.getDescriptionText
(String code) Returns the CRS name for the given code. -
Uses of InternationalString in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return InternationalStringModifier and TypeMethodDescriptionDefaultOperationMethod.getFormula()
Formula(s) or procedure used by this operation method.AbstractCoordinateOperation.getScope()
Description of domain of usage, or limitations of usage, for which this operation is valid. -
Uses of InternationalString in org.geotools.renderer.i18n
Methods in org.geotools.renderer.i18n that return InternationalStringModifier and TypeMethodDescriptionstatic 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 InternationalStringModifier and TypeMethodDescriptionBaseCoverageProcessingNode.getDescription()
CoverageProcessingNode.getDescription()
Retrieves the description for thisCoverageProcessingNode
StyleVisitorCoverageProcessingNodeAdapter.getDescription()
BaseCoverageProcessingNode.getName()
CoverageProcessingNode.getName()
Retrieves the name for thisCoverageProcessingNode
StyleVisitorCoverageProcessingNodeAdapter.getName()
Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type InternationalStringModifierConstructorDescriptionBaseCoverageProcessingNode
(int maxSources, InternationalString name, InternationalString description) Default constructor that gives users the possibilityBaseCoverageProcessingNode
(int maxSources, Hints hints, InternationalString name, InternationalString description) Default constructor that gives users the possibilityBaseCoverageProcessingNode
(InternationalString name, InternationalString description) Default constructorStyleVisitorCoverageProcessingNodeAdapter
(int maxSources, InternationalString name, InternationalString description) Default constructor that gives users the possibilityStyleVisitorCoverageProcessingNodeAdapter
(int maxSources, Hints hints, InternationalString name, InternationalString description) Default constructor that gives users the possibilityStyleVisitorCoverageProcessingNodeAdapter
(InternationalString name, InternationalString description) Default constructor forStyleVisitorCoverageProcessingNodeAdapter
SubchainStyleVisitorCoverageProcessingAdapter
(int maxSources, InternationalString name, InternationalString description) SubchainStyleVisitorCoverageProcessingAdapter
(int maxSources, Hints hints, InternationalString name, InternationalString description) SubchainStyleVisitorCoverageProcessingAdapter
(InternationalString name, InternationalString description) -
Uses of InternationalString in org.geotools.styling
Methods in org.geotools.styling that return InternationalStringMethods in org.geotools.styling with parameters of type InternationalStringModifier and TypeMethodDescriptionStyleFactoryImpl.description
(InternationalString title, InternationalString description) StyleFactoryImpl2.description
(InternationalString title, InternationalString description) void
DescriptionImpl.setAbstract
(InternationalString description) void
DescriptionImpl.setTitle
(InternationalString title) Constructors in org.geotools.styling with parameters of type InternationalStringModifierConstructorDescriptionDescriptionImpl
(InternationalString title, InternationalString description) -
Uses of InternationalString in org.geotools.swing
Methods in org.geotools.swing that return InternationalStringMethods in org.geotools.swing with parameters of type InternationalString -
Uses of InternationalString in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return InternationalStringModifier and TypeMethodDescriptionDefaultCalendarDate.getCalendarEraName()
Provides the name of the calendar era to which the date is referenced.DefaultDateAndTime.getCalendarEraName()
DefaultPosition.getDateTime()
May be used for describing temporal positions in ISO8601 format referenced to the Gregorian calendar and UTC.DefaultPeriodDuration.getDays()
A positive integer, followed by the character "D", which indicated the number of days in the period.DefaultPeriodDuration.getDesignator()
A mandatory element which designates that the returned string represents the duration of a period.DefaultPeriodDuration.getHours()
A positive integer, followed by the character "H", which indicated the number of hours in the period.DefaultPeriodDuration.getMinutes()
A positive integer, followed by the character "M", which indicated the number of minutes in the period.DefaultPeriodDuration.getMonths()
A positive integer, followed by the character "M", which indicated the number of months in the period.DefaultPeriodDuration.getSeconds()
A positive integer, followed by the character "S", which indicated the number of seconds in the period.DefaultPeriodDuration.getTimeIndicator()
Included whenever the sequence includes values for units less than a day.DefaultPeriodDuration.getWeek()
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 InternationalStringModifier and TypeMethodDescriptionvoid
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 InternationalStringModifierConstructorDescriptionDefaultCalendarDate
(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). example of datetime argument: format specified by the ISO8601 yyyy-mm-DDTHH:MM:SSZ - example : 2003-02-13T12:28:00.000GMT-08:00. -
Uses of InternationalString in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return InternationalStringModifier and TypeMethodDescriptionDefaultTemporalCoordinateSystem.getInterval()
DefaultCalendarEra.getName()
DefaultOrdinalEra.getName()
DefaultCalendarEra.getReferenceEvent()
DefaultClock.getReferenceEvent()
DefaultTemporalReferenceSystem.getRemarks()
DefaultTemporalReferenceSystem.getScope()
Methods in org.geotools.temporal.reference with parameters of type InternationalStringModifier and TypeMethodDescriptionvoid
DefaultTemporalCoordinateSystem.setInterval
(InternationalString interval) void
DefaultCalendarEra.setName
(InternationalString name) void
DefaultOrdinalEra.setName
(InternationalString name) void
DefaultCalendarEra.setReferenceEvent
(InternationalString referenceEvent) void
DefaultClock.setReferenceEvent
(InternationalString referenceEvent) void
DefaultTemporalReferenceSystem.setScope
(InternationalString scope) Constructors in org.geotools.temporal.reference with parameters of type InternationalStringModifierConstructorDescriptionDefaultCalendarEra
(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 InternationalStringModifier and TypeMethodDescriptionstatic InternationalString
Create a international string based on the provided English text.static InternationalString
Create an international string based on provided key, and resource bundle.static InternationalString
static InternationalString
Text.text
(String key, Properties properties) -
Uses of InternationalString in org.geotools.util
Classes in org.geotools.util that implement InternationalStringModifier and TypeClassDescriptionclass
class
class
An international string backed by a resource bundle.class
A simple international string consisting of a single string for all locales.Methods in org.geotools.util that return InternationalStringModifier and TypeMethodDescriptionGenericName.toInternationalString()
Returns a local-dependent string representation of this generic name.LocalName.toInternationalString()
Returns a local-dependent string representation of this locale name.Methods in org.geotools.util with parameters of type InternationalStringModifier and TypeMethodDescriptionint
AbstractInternationalString.compareTo
(InternationalString object) Compares this string with the specified object for order.Constructors in org.geotools.util with parameters of type InternationalStringModifierConstructorDescriptionGrowableInternationalString
(InternationalString internationalString) Constructs an international string from the specified InternationalString.