Uses of Interface
org.geotools.api.util.InternationalString
-
-
Uses of InternationalString in org.geotools.api.coverage
Methods in org.geotools.api.coverage that return InternationalString Modifier and Type Method Description 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.geotools.api.data
Fields in org.geotools.api.data declared as InternationalString Modifier and Type Field Description InternationalString
Parameter. description
Human readable description of this parameter.InternationalString
Parameter. title
Human readable title/name of this parameter.Methods in org.geotools.api.data that return InternationalString Modifier and Type Method Description InternationalString
Parameter. getDescription()
InternationalString
Parameter. getTitle()
Constructors in org.geotools.api.data with parameters of type InternationalString Constructor Description Param(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 InternationalString Modifier and Type Method Description InternationalString
PropertyType. getDescription()
Human readable description of this property type.Methods in org.geotools.api.feature.type with parameters of type InternationalString Modifier and Type Method Description 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.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type InternationalString Modifier and Type Method Description <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 InternationalString Modifier and Type Method Description 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
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.geotools.api.metadata.citation that return types with arguments of type InternationalString Modifier and Type Method Description Collection<? 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 InternationalString Modifier and Type Method Description 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.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return InternationalString Modifier and Type Method Description InternationalString
Extent. 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 InternationalString Modifier and Type Method Description InternationalString
QuantitativeResult. getErrorStatistic()
Statistical method used to determine the value, ornull
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.geotools.api.metadata.quality that return types with arguments of type InternationalString Modifier and Type Method Description Collection<? 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 InternationalString Modifier and Type Method Description InternationalString
Parameter. getDescription()
Description of the parameter.InternationalString
Parameter. getTitle()
Title of the parameter. -
Uses of InternationalString in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return InternationalString Modifier and Type Method Description 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.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return InternationalString Modifier and Type Method Description InternationalString
Datum. getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.InternationalString
TemporalDatum. getAnchorPoint()
This attribute is defined in theDatum
parent interface, but is not used by a temporal datum.InternationalString
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 InternationalString Modifier and Type Method Description 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.geotools.api.style
Methods in org.geotools.api.style that return InternationalString Modifier and Type Method Description InternationalString
Description. getAbstract()
Human readable description.InternationalString
Description. getTitle()
Human readable title.Methods in org.geotools.api.style with parameters of type InternationalString Modifier and Type Method Description Description
StyleFactory. 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 InternationalString Modifier and Type Method Description 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
CalendarEra. getName()
Uniquely identifies the calendar era within this calendar.InternationalString
OrdinalEra. getName()
The unique name of the ordinal era within the ordinal reference system.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
Clock. getReferenceEvent()
Event used as the datum for this clock.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. -
Uses of InternationalString in org.geotools.api.util
Methods in org.geotools.api.util that return InternationalString Modifier and Type Method Description 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, ornull
if none.InternationalString
GenericName. toInternationalString()
Returns a local-dependent string representation of this generic name.Methods in org.geotools.api.util with parameters of type InternationalString Modifier and Type Method Description void
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 InternationalString Modifier and Type Method Description DescriptionBuilder
DescriptionBuilder. description(InternationalString description)
RuleBuilder
RuleBuilder. ruleAbstract(InternationalString ruleAbstract)
DescriptionBuilder
DescriptionBuilder. title(InternationalString title)
RuleBuilder
RuleBuilder. title(InternationalString title)
-
Uses of InternationalString in org.geotools.coverage
Methods in org.geotools.coverage that return InternationalString Modifier and Type Method Description 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
AbstractCoverage. getName()
Returns the coverage name, ornull
if none.InternationalString
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 InternationalString Modifier and Type Method Description InternationalString
Driver. getDescription()
Describe the nature of thisDriver
implementation.InternationalString
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 Modifier and Type Method Description InternationalString
DefaultDriver. getDescription()
InternationalString
DefaultDriver. getTitle()
-
Uses of InternationalString in org.geotools.coverage.io.range
Methods in org.geotools.coverage.io.range that return InternationalString Modifier and Type Method Description InternationalString
FieldType. getDescription()
Get the description of theFieldType
InternationalString
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 InternationalString Modifier and Type Method Description InternationalString
DefaultFieldType. getDescription()
InternationalString
DefaultRangeType. getDescription()
Constructors in org.geotools.coverage.io.range.impl with parameters of type InternationalString Constructor Description DefaultFieldType(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 InternationalString Modifier and Type Method Description 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 Modifier and Type Method Description 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 thederiveGridCoverage
method. -
Uses of InternationalString in org.geotools.coverage.processing.operation
-
Uses of InternationalString in org.geotools.coverage.util
Fields in org.geotools.coverage.util declared as InternationalString Modifier and Type Field Description static 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 InternationalString Modifier and Type Method Description InternationalString
AttributeTypeProxy. getDescription()
Methods in org.geotools.data.complex.feature.type with parameters of type InternationalString Modifier and Type Method Description FeatureType
ComplexFeatureTypeFactoryImpl. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
FeatureType
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 InternationalString Constructor 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.UniqueNameFeatureTypeImpl(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
-
Uses of InternationalString in org.geotools.data.transform
Methods in org.geotools.data.transform that return InternationalString Modifier and Type Method Description InternationalString
Definition. getDescription()
Constructors in org.geotools.data.transform with parameters of type InternationalString Constructor Description Definition(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 InternationalString Modifier and Type Method Description InternationalString
DefaultProgressListener. getTask()
InternationalString
DelegateProgressListener. getTask()
InternationalString
NullProgressListener. getTask()
Methods in org.geotools.data.util with parameters of type InternationalString Modifier and Type Method Description void
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 InternationalString Modifier and Type Method Description InternationalString
VPFFeatureClass. getDescription()
InternationalString
VPFFeatureType. getDescription()
-
Uses of InternationalString in org.geotools.feature
Fields in org.geotools.feature declared as InternationalString Modifier and Type Field Description protected InternationalString
AttributeTypeBuilder. description
string descriptionMethods in org.geotools.feature that return InternationalString Modifier and Type Method Description InternationalString
TypeBuilder. getDescription()
Methods in org.geotools.feature with parameters of type InternationalString Modifier and Type Method Description void
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 InternationalString Modifier and Type Field Description protected InternationalString
SimpleFeatureTypeBuilder. description
Description of type.Methods in org.geotools.feature.simple that return InternationalString Modifier and Type Method Description InternationalString
SimpleFeatureTypeBuilder. getDescription()
The description of the built type.Methods in org.geotools.feature.simple with parameters of type InternationalString Modifier and Type Method Description void
SimpleFeatureTypeBuilder. setDescription(InternationalString description)
Sets the description of the built type.Constructors in org.geotools.feature.simple with parameters of type InternationalString Constructor Description 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 Modifier and Type Field Description protected InternationalString
PropertyTypeImpl. description
Methods in org.geotools.feature.type that return InternationalString Modifier and Type Method Description InternationalString
AbstractLazyAttributeTypeImpl. getDescription()
InternationalString
PropertyTypeImpl. getDescription()
Methods in org.geotools.feature.type with parameters of type InternationalString Modifier and Type Method Description AssociationType
FeatureTypeFactoryImpl. createAssociationType(Name name, AttributeType relatedType, boolean isAbstract, List<Filter> restrictions, AssociationType superType, InternationalString description)
AttributeType
FeatureTypeFactoryImpl. createAttributeType(Name name, Class<?> binding, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
ComplexType
FeatureTypeFactoryImpl. createComplexType(Name name, Collection<PropertyDescriptor> schema, boolean isIdentifiable, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
FeatureType
FeatureTypeFactoryImpl. createFeatureType(Name name, Collection<PropertyDescriptor> schema, GeometryDescriptor defaultGeometry, boolean isAbstract, List<Filter> restrictions, AttributeType superType, InternationalString description)
GeometryType
FeatureTypeFactoryImpl. createGeometryType(Name name, Class<?> binding, CoordinateReferenceSystem crs, boolean isIdentifiable, boolean isAbstract, List<Filter> 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 Constructor Description AbstractLazyAttributeTypeImpl(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 InternationalString Modifier and Type Method Description <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 Modifier and Type Method Description InternationalString
DummyProgressListener. getTask()
Methods in org.geotools.gce.grassraster with parameters of type InternationalString Modifier and Type Method Description void
DummyProgressListener. setTask(InternationalString task)
-
Uses of InternationalString in org.geotools.metadata.i18n
Methods in org.geotools.metadata.i18n that return InternationalString Modifier and Type Method Description 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.metadata.iso.citation
Methods in org.geotools.metadata.iso.citation that return InternationalString Modifier and Type Method Description InternationalString
AddressImpl. getAdministrativeArea()
Return the state, province of the location.InternationalString
AddressImpl. getCity()
Returns the city of the location Returnsnull
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
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 ofindividualName
,organisationName
andpositionName
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 InternationalString Modifier and Type Method Description 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.extent
Methods in org.geotools.metadata.iso.extent that return InternationalString Modifier and Type Method Description 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 Modifier and Type Method Description void
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 InternationalString Modifier and Type Method Description InternationalString
QuantitativeResultImpl. getErrorStatistic()
Statistical method used to determine the value, ornull
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 InternationalString Modifier and Type Method Description 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 Constructor Description ConformanceResultImpl(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 InternationalString Modifier and Type Method Description InternationalString
StyleImpl. getAbstract()
InternationalString
StyleImpl. getTitle()
Methods in org.geotools.ows.wms with parameters of type InternationalString Modifier and Type Method Description void
StyleImpl. setAbstract(InternationalString _abstract)
void
StyleImpl. setTitle(InternationalString title)
-
Uses of InternationalString in org.geotools.parameter
Methods in org.geotools.parameter that return InternationalString Modifier and Type Method Description 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 Modifier and Type Method Description InternationalString
ProcessFactory. getDescription(Name name)
Human readable description of the specified processInternationalString
ProcessFactory. getTitle()
Name suitable for display to end user.InternationalString
ProcessFactory. getTitle(Name name)
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 InternationalString Modifier and Type Method Description InternationalString
AnnotationDrivenProcessFactory. getDescription(Name name)
InternationalString
AnnotationDrivenProcessFactory. getTitle()
InternationalString
AnnotationDrivenProcessFactory. getTitle(Name name)
Constructors in org.geotools.process.factory with parameters of type InternationalString Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description InternationalString
AbstractIdentifiedObject. getRemarks()
Comments on or information about this object, including data source information.InternationalString
NamedIdentifier. getRemarks()
Comments on or information about this identifier, ornull
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 Constructor Description NamedIdentifier(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 InternationalString Constructor Description 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 Modifier and Type Method Description InternationalString
AbstractDatum. getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.InternationalString
DefaultTemporalDatum. getAnchorPoint()
Description 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.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return InternationalString Modifier and Type Method Description InternationalString
EPSGCRSAuthorityFactory. getDescriptionText(String code)
-
Uses of InternationalString in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return InternationalString Modifier and Type Method Description abstract InternationalString
AbstractAuthorityMediator. getDescriptionText(String code)
abstract InternationalString
AbstractCachedAuthorityFactory. getDescriptionText(String code)
InternationalString
AbstractEpsgMediator. 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.InternationalString
BufferedAuthorityFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
CachedAuthorityDecorator. getDescriptionText(String code)
InternationalString
CachedCRSAuthorityDecorator. getDescriptionText(String code)
InternationalString
FallbackAuthorityFactory. getDescriptionText(String code)
Returns a description for the object identified by the specified code.InternationalString
ManyAuthoritiesFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
PropertyAuthorityFactory. 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
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 InternationalString Modifier and Type Method Description InternationalString
AbstractEpsgFactory. getDescriptionText(String code)
Gets a description of the object corresponding to a code.InternationalString
CartesianAuthorityFactory. getDescriptionText(String code)
InternationalString
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 InternationalString Modifier and Type Method Description InternationalString
AutoCRSFactory. getDescriptionText(String code)
Returns the CRS name for the given code.InternationalString
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 InternationalString Modifier and Type Method Description 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.renderer.i18n
Methods in org.geotools.renderer.i18n that return InternationalString Modifier and Type Method Description 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 Modifier and Type Method Description InternationalString
BaseCoverageProcessingNode. getDescription()
InternationalString
CoverageProcessingNode. getDescription()
Retrieves the description for thisCoverageProcessingNode
InternationalString
StyleVisitorCoverageProcessingNodeAdapter. getDescription()
InternationalString
BaseCoverageProcessingNode. getName()
InternationalString
CoverageProcessingNode. getName()
Retrieves the name for thisCoverageProcessingNode
InternationalString
StyleVisitorCoverageProcessingNodeAdapter. getName()
-
Uses of InternationalString in org.geotools.styling
Methods in org.geotools.styling that return InternationalString Modifier and Type Method Description InternationalString
DescriptionImpl. getAbstract()
InternationalString
DescriptionImpl. getTitle()
Methods in org.geotools.styling with parameters of type InternationalString Modifier and Type Method Description Description
StyleFactoryImpl. description(InternationalString title, InternationalString description)
DescriptionImpl
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 InternationalString Constructor Description DescriptionImpl(InternationalString title, InternationalString description)
-
Uses of InternationalString in org.geotools.swing
Methods in org.geotools.swing that return InternationalString Modifier and Type Method Description InternationalString
JProgressWindow. getTask()
Methods in org.geotools.swing with parameters of type InternationalString Modifier and Type Method Description void
JProgressWindow. setTask(InternationalString task)
-
Uses of InternationalString in org.geotools.temporal.object
Methods in org.geotools.temporal.object that return InternationalString Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description 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). 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 InternationalString Modifier and Type Method Description InternationalString
DefaultTemporalCoordinateSystem. getInterval()
InternationalString
DefaultCalendarEra. getName()
InternationalString
DefaultOrdinalEra. getName()
InternationalString
DefaultCalendarEra. getReferenceEvent()
InternationalString
DefaultClock. getReferenceEvent()
InternationalString
DefaultTemporalReferenceSystem. getRemarks()
InternationalString
DefaultTemporalReferenceSystem. getScope()
Methods in org.geotools.temporal.reference with parameters of type InternationalString Modifier and Type Method Description void
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 InternationalString Constructor Description 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 Modifier and Type Method Description static InternationalString
Text. text(String english)
Create a international string based on the provided English text.static InternationalString
Text. text(String key, String resourceBundle)
Create an international string based on provided key, and resource bundle.static InternationalString
Text. text(String key, Map<String,String> translations)
static InternationalString
Text. text(String key, Properties properties)
-
Uses of InternationalString in org.geotools.util
Classes in org.geotools.util that implement InternationalString Modifier and Type Class Description class
AbstractInternationalString
class
GrowableInternationalString
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 Modifier and Type Method Description 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 Modifier and Type Method Description int
AbstractInternationalString. compareTo(InternationalString object)
Compares this string with the specified object for order.Constructors in org.geotools.util with parameters of type InternationalString Constructor Description GrowableInternationalString(InternationalString internationalString)
Constructs an international string from the specified InternationalString.
-